diff options
Diffstat (limited to 'eBones/krb/kntoln.c')
-rw-r--r-- | eBones/krb/kntoln.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eBones/krb/kntoln.c b/eBones/krb/kntoln.c index ddb1ba2..388704c 100644 --- a/eBones/krb/kntoln.c +++ b/eBones/krb/kntoln.c @@ -44,7 +44,10 @@ static char *rcsid = * KSUCCESS if all goes well, otherwise KFAILURE. */ -int krb_kntoln(AUTH_DAT *ad, char *lname) +int +krb_kntoln(ad,lname) + AUTH_DAT *ad; + char *lname; { static char lrealm[REALM_SZ] = ""; |