From 71928f99ec3b0f5984d83438da266c7ef97afb5a Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Wed, 2 Feb 2011 05:26:26 +0000 Subject: It is still not the 80s anymore -- remove all caddr_ts --- server/kstuff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/kstuff.c') diff --git a/server/kstuff.c b/server/kstuff.c index 5f9cc4f..0743ece 100644 --- a/server/kstuff.c +++ b/server/kstuff.c @@ -69,7 +69,7 @@ GetKerberosData(int fd, /* file descr. to read from */ return(KFAILURE); } for (i=0; idat), ticket->length)) + if ((written = write(fd, ticket->dat, ticket->length)) != ticket->length) return (written < 0) ? errno : ZSRV_PKSHORT; -- cgit v1.2.3