diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/keytab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/keytab.c b/client/keytab.c index 16a94f3..76c30f7 100644 --- a/client/keytab.c +++ b/client/keytab.c @@ -241,7 +241,7 @@ rekey_keytab(struct remctl *r, krb5_context ctx, const char *type, /* If no new keytab data, then leave the keytab as-is. */ if (!rekeyed) - sysdie("no rekeyable principals found"); + die("no rekeyable principals found"); /* * Now merge the original keytab file with the one containing the new |