aboutsummaryrefslogtreecommitdiff
path: root/src/netcosm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netcosm.h')
-rw-r--r--src/netcosm.h2
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);