summaryrefslogtreecommitdiff
path: root/src/auth_common.c
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2009-07-24 16:59:25 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2009-07-24 16:59:25 +0000
commit6036a4211ca10e55545eac0df37f78c5a7e63a39 (patch)
treecd70163e266b7dcc0aaab0e74c3fe9f7a84ecc1f /src/auth_common.c
parent8f268d30d81e54814d8036fbee59d25020682f60 (diff)
downloaddistcc-git-6036a4211ca10e55545eac0df37f78c5a7e63a39.tar.gz
Apply patch from Ian.Baker@cern.ch:
Optional Black/Whitelist Functionality. This patch is used to implement optional server-side access control through a specified black or whitelist file. This option is specified through a command line option. Revised by me (Fergus Henderson): fixed spelling error, added a comment.
Diffstat (limited to 'src/auth_common.c')
-rw-r--r--src/auth_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth_common.c b/src/auth_common.c
index 9d9d6ef..471691b 100644
--- a/src/auth_common.c
+++ b/src/auth_common.c
@@ -44,7 +44,7 @@
*
* @param status_type. The type of the status code, either GSS_C_GSS_CODE
* for a GSS-API status code or GSS_C_MECH_CODE
- * for a mechanism specific status code.
+ * for a mechanism-specific status code.
*/
void dcc_gssapi_status_to_log(OM_uint32 status_code, int status_type) {
gss_buffer_desc status_string = GSS_C_EMPTY_BUFFER;