(loop): pass errsock status to init_ivecs
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -90,7 +90,7 @@ loop (int s, int errsock)
|
||||
|
||||
#ifdef KRB5
|
||||
if(auth_method == AUTH_KRB5 && protocol_version == 2)
|
||||
init_ivecs(1);
|
||||
init_ivecs(1, errsock != -1);
|
||||
#endif
|
||||
|
||||
if (s >= FD_SETSIZE || (errsock != -1 && errsock >= FD_SETSIZE))
|
||||
|
Reference in New Issue
Block a user