diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/src/milko/vldb/ubikprocs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/afs/src/milko/vldb/ubikprocs.c b/usr.sbin/afs/src/milko/vldb/ubikprocs.c index d4491e83e80..84742999990 100644 --- a/usr.sbin/afs/src/milko/vldb/ubikprocs.c +++ b/usr.sbin/afs/src/milko/vldb/ubikprocs.c @@ -69,7 +69,7 @@ int Ubik_Debug(struct rx_call *call, struct hostent *he; struct in_addr tmp; - if (gethostname (name, sizeof(name) < 0)) + if (gethostname (name, sizeof(name)) < 0) return -1; he = gethostbyname (name); if (he == NULL) |