comparison svr-auth.c @ 316:dc6173e09ff7 ucc-axis-hack

smaller yet again
author Matt Johnston <matt@ucc.asn.au>
date Tue, 28 Mar 2006 16:04:11 +0000
parents 474c1a700b67
children
comparison
equal deleted inserted replaced
314:827f87dfbc22 316:dc6173e09ff7
274 send_msg_userauth_failure(0, 1); 274 send_msg_userauth_failure(0, 1);
275 return DROPBEAR_FAILURE; 275 return DROPBEAR_FAILURE;
276 #endif 276 #endif
277 277
278 goodshell: 278 goodshell:
279 #if 0
279 endusershell(); 280 endusershell();
281 #endif
280 TRACE(("matching shell")) 282 TRACE(("matching shell"))
281 283
282 TRACE(("uid = %d", ses.authstate.pw->pw_uid)) 284 TRACE(("uid = %d", ses.authstate.pw->pw_uid))
283 TRACE(("leave checkusername")) 285 TRACE(("leave checkusername"))
284 return DROPBEAR_SUCCESS; 286 return DROPBEAR_SUCCESS;