comparison svr-auth.c @ 1613:caa9bb54dfa0

fix #endif (#59)
author François Perrad <francois.perrad@gadz.org>
date Wed, 28 Feb 2018 15:10:14 +0100
parents 1acbdf64088e
children 768ebf737aa0 5d2d1021ca00
comparison
equal deleted inserted replaced
1612:470aa609c7e4 1613:caa9bb54dfa0
310 svr_opts.restrict_group, ses.authstate.pw_name); 310 svr_opts.restrict_group, ses.authstate.pw_name);
311 ses.authstate.checkusername_failed = 1; 311 ses.authstate.checkusername_failed = 1;
312 return DROPBEAR_FAILURE; 312 return DROPBEAR_FAILURE;
313 } 313 }
314 } 314 }
315 #endif HAVE_GETGROUPLIST 315 #endif /* HAVE_GETGROUPLIST */
316 316
317 TRACE(("shell is %s", ses.authstate.pw_shell)) 317 TRACE(("shell is %s", ses.authstate.pw_shell))
318 318
319 /* check that the shell is set */ 319 /* check that the shell is set */
320 usershell = ses.authstate.pw_shell; 320 usershell = ses.authstate.pw_shell;