(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:
Johan Danielsson
2004-09-21 11:33:42 +00:00
parent ab3a0c1b71
commit af993645bc

View File

@@ -90,7 +90,7 @@ loop (int s, int errsock)
#ifdef KRB5 #ifdef KRB5
if(auth_method == AUTH_KRB5 && protocol_version == 2) if(auth_method == AUTH_KRB5 && protocol_version == 2)
init_ivecs(1); init_ivecs(1, errsock != -1);
#endif #endif
if (s >= FD_SETSIZE || (errsock != -1 && errsock >= FD_SETSIZE)) if (s >= FD_SETSIZE || (errsock != -1 && errsock >= FD_SETSIZE))