diff options
Diffstat (limited to 'src/auth.c')
| -rw-r--r-- | src/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -250,6 +250,7 @@ struct authinfo_t auth_check(const char *name2, const char *pass2) struct authinfo_t ret; ret.success = false; ret.authlevel = PRIV_NONE; + ret.user = NULL; while(1) { |