]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/gssd/gssd.c
gssd: Update description of "-l" option
[nfs-utils.git] / utils / gssd / gssd.c
index 782525566acc56ec46eeda628072b39d72de5655..0be251781bacaa562270f773341126bc95ca6b45 100644 (file)
@@ -71,7 +71,7 @@ sig_die(int signal)
        if (root_uses_machine_creds)
                gssd_destroy_krb5_machine_creds();
        printerr(1, "exiting on signal %d\n", signal);
-       exit(1);
+       exit(0);
 }
 
 void
@@ -147,7 +147,7 @@ main(int argc, char *argv[])
 #ifdef HAVE_SET_ALLOWABLE_ENCTYPES
                                limit_to_legacy_enctypes = 1;
 #else 
-                               errx(1, "Setting encryption type not support by Kerberos libraries.");
+                               errx(1, "Encryption type limits not supported by Kerberos libraries.");
 #endif
                                break;
                        default: