diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-09-21 18:01:23 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-09-21 18:01:23 +0000 |
commit | 39ea627d628db641e136eb08db4e5f3117642193 (patch) | |
tree | c1594dee9df21368508e76549bc4efae8bfa4225 /libexec/rshd/rshd.c | |
parent | 0db7abdd7236050afb428b2480242b136401a0b6 (diff) | |
download | src-39ea627d628db641e136eb08db4e5f3117642193.tar.gz src-39ea627d628db641e136eb08db4e5f3117642193.zip |
Fix some compilation warnings.
Notes
Notes:
svn path=/head/; revision=18449
Diffstat (limited to 'libexec/rshd/rshd.c')
-rw-r--r-- | libexec/rshd/rshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index daa9a132014e..6a2b12d7fbff 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -397,7 +397,7 @@ doit(fromp) rc = krb_recvauth(authopts, 0, ticket, "rcmd", instance, &fromaddr, (struct sockaddr_in *) 0, - kdata, "", (bit_64 *) 0, version); + kdata, "", NULL, version); if (rc != KSUCCESS) { error("Kerberos authentication failure: %s\n", krb_err_txt[rc]); |