[919] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

small bug

daemon@ATHENA.MIT.EDU (Ari Medvinsky)
Tue Nov 1 01:00:13 1994

Date: Mon, 31 Oct 1994 22:00:04 -0800
From: ari@ISI.EDU (Ari Medvinsky)
To: tytso@MIT.EDU
Cc: krb5-bugs@MIT.EDU


In ksu, in file main.c the lines :

   if (gethostname (localhostname, MAXHOSTNAMELEN)){
                fprintf (stderr, " failed to get localhostname\n");
   }

should be changed to:

 if (gethostname (localhostname, MAXHOSTNAMELEN)){
                fprintf (stderr, " failed to get localhostname\n");
		exit(1);
 }

thanks,
-Ari

home help back first fref pref prev next nref lref last post