diff options
| author | Franklin Wei <git@fwei.tk> | 2015-12-05 14:22:19 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-12-05 14:22:19 -0500 |
| commit | 8bc78787a99efdf4c64032d7fe55905ff995cd98 (patch) | |
| tree | 4945e4839fb768c12188f9774f9ad16431fd469f /src/netcosm.h | |
| parent | 3eded93f206213c4ae7cb451fcc575d77de5a5f8 (diff) | |
| download | netcosm-8bc78787a99efdf4c64032d7fe55905ff995cd98.zip netcosm-8bc78787a99efdf4c64032d7fe55905ff995cd98.tar.gz netcosm-8bc78787a99efdf4c64032d7fe55905ff995cd98.tar.bz2 netcosm-8bc78787a99efdf4c64032d7fe55905ff995cd98.tar.xz | |
production flags
Diffstat (limited to 'src/netcosm.h')
| -rw-r--r-- | src/netcosm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcosm.h b/src/netcosm.h index c8566da..be6d1a2 100644 --- a/src/netcosm.h +++ b/src/netcosm.h @@ -31,7 +31,7 @@ struct authinfo_t { bool success; const char *user; - int authlevel; /* 0 = highest */ + int authlevel; }; void client_main(int fd, struct sockaddr_in *addr, int); |