diff options
author | Guenter Knauf <fuankg@apache.org> | 2013-09-01 17:37:41 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2013-09-01 17:37:41 +0200 |
commit | d9ff9133632dd12b658a26ab877099a2537a1487 (patch) | |
tree | 0424b649a4fae9aea9e988ad4108e18063d30dd1 | |
parent | some xforms (diff) | |
download | apache2-d9ff9133632dd12b658a26ab877099a2537a1487.tar.xz apache2-d9ff9133632dd12b658a26ab877099a2537a1487.zip |
Removed comment which should never have been committed.
(thanks Eric!)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519285 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | modules/lua/lua_passwd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/lua_passwd.h b/modules/lua/lua_passwd.h index cf0d7cbd3b..8606cc1d08 100644 --- a/modules/lua/lua_passwd.h +++ b/modules/lua/lua_passwd.h @@ -70,7 +70,6 @@ struct passwd_ctx { const char *errstr; char *out; apr_size_t out_len; -/* const char *passwd; */ char *passwd; int alg; int cost; |