comparison runopts.h @ 1545:0b991dec7ab9 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Feb 2018 22:43:12 +0800
parents 6a83b1944432
children bb8eaa26bc93 1acbdf64088e
comparison
equal deleted inserted replaced
1523:1d163552145f 1545:0b991dec7ab9
90 /* whether to print the MOTD */ 90 /* whether to print the MOTD */
91 int domotd; 91 int domotd;
92 #endif 92 #endif
93 93
94 int norootlogin; 94 int norootlogin;
95 char *restrict_group;
96 gid_t restrict_group_gid;
95 97
96 int noauthpass; 98 int noauthpass;
97 int norootpass; 99 int norootpass;
98 int allowblankpass; 100 int allowblankpass;
99 unsigned int maxauthtries; 101 unsigned int maxauthtries;