# HG changeset patch # User François Perrad # Date 1519827014 -3600 # Node ID f5026f7486dee70f3e7f584a9ef6ef4a5d8ba198 # Parent 4c382cbb19e6aa27a4624d98d37b638cd6b30e3c fix #endif (#59) diff -r 4c382cbb19e6 -r f5026f7486de svr-auth.c --- a/svr-auth.c Tue Feb 27 22:49:06 2018 +0800 +++ b/svr-auth.c Wed Feb 28 15:10:14 2018 +0100 @@ -312,7 +312,7 @@ return DROPBEAR_FAILURE; } } -#endif HAVE_GETGROUPLIST +#endif /* HAVE_GETGROUPLIST */ TRACE(("shell is %s", ses.authstate.pw_shell))