Fix some comments
authorSimo Sorce <simo@redhat.com>
Sat, 20 Jul 2013 17:01:04 +0000 (13:01 -0400)
committerSimo Sorce <simo@redhat.com>
Sun, 28 Jul 2013 17:17:51 +0000 (13:17 -0400)
src/gss_creds.c

index dc404c70af517680dfa83db885aa02212e4527d7..9b7b467ae1d456fbd79f6e83965e26993dd6a87f 100644 (file)
@@ -62,7 +62,7 @@ static int get_initial_creds(struct gssntlm_name *name,
             pwd = p;
             strsep(&p, "\r\n");
 
-            /* if no name is specified user the first found */
+            /* if no name is specified use the first found */
             if (name == NULL) {
                 found = true;
                 break;
@@ -106,8 +106,7 @@ static int get_initial_creds(struct gssntlm_name *name,
             if (envvar != NULL) {
                 cred->lm_compatibility_level = atoi(envvar);
             } else {
-                /* use most secure defaults for now, we can add options to
-                 * relax security later */
+                /* use the most secure setting by default */
                 cred->lm_compatibility_level = SEC_LEVEL_MAX;
             }