diff runopts.h @ 1535:b918ad1c5b25

Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarpower-master
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Feb 2018 23:06:45 +0800
parents ed930fd6f60f
children 6a83b1944432
line wrap: on
line diff
--- a/runopts.h	Thu Feb 22 21:57:47 2018 +0800
+++ b/runopts.h	Thu Feb 22 23:06:45 2018 +0800
@@ -92,6 +92,8 @@
 #endif
 
 	int norootlogin;
+        char *grouploginname;
+        gid_t *grouploginid;
 
 	int noauthpass;
 	int norootpass;