aboutsummaryrefslogtreecommitdiff
path: root/src/userdb.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-26 19:22:53 -0500
committerFranklin Wei <git@fwei.tk>2016-01-26 19:27:13 -0500
commit3b8df7146fe31518080f3a38eee98222d97ee5b2 (patch)
tree7fd7dffd98d0bfd3bdf20e24b184ec5440ca3909 /src/userdb.h
parentcbe6bc14de8ad8fd035e0598a3fcc23fb38cfa1a (diff)
downloadnetcosm-3b8df7146fe31518080f3a38eee98222d97ee5b2.zip
netcosm-3b8df7146fe31518080f3a38eee98222d97ee5b2.tar.gz
netcosm-3b8df7146fe31518080f3a38eee98222d97ee5b2.tar.bz2
netcosm-3b8df7146fe31518080f3a38eee98222d97ee5b2.tar.xz
fix a memory leak, bumps version to 0.4.0-rc1
Diffstat (limited to 'src/userdb.h')
-rw-r--r--src/userdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userdb.h b/src/userdb.h
index c4705a9..2f122a9 100644
--- a/src/userdb.h
+++ b/src/userdb.h
@@ -30,7 +30,7 @@ struct userdata_t {
char salt[SALT_LEN + 1];
- /* in hex + NULL terminator */
+ /* in lowercase hex + NULL terminator */
char passhash[AUTH_HASHLEN * 2 + 1];
priv_t priv;