diff options
| author | Franklin Wei <git@fwei.tk> | 2015-12-04 16:50:40 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-12-04 16:50:40 -0500 |
| commit | bbeb7cda3071c7a872ee9c5127e02983b25efda0 (patch) | |
| tree | 4fe11eb7627b150ec47b2652f2451c47ba79096a /src/auth.c | |
| parent | b7541dfc74d2d549210aa0ad73e0536ca4818909 (diff) | |
| download | netcosm-0.1.zip netcosm-0.1.tar.gz netcosm-0.1.tar.bz2 netcosm-0.1.tar.xz | |
fix bugs0.1
Diffstat (limited to 'src/auth.c')
| -rw-r--r-- | src/auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -178,6 +178,8 @@ struct authinfo_t auth_check(const char *name2, const char *pass2) flock(fileno(f), LOCK_SH); struct authinfo_t ret; + ret.success = false; + ret.authlevel = -1; while(1) { |