diff options
author | Eric Covener <covener@apache.org> | 2013-08-31 18:02:15 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-08-31 18:02:15 +0200 |
commit | 0b20132addf234fa4111b23c6d827c7642d313d1 (patch) | |
tree | a827b62e5c1ad20b84ab8b3371526fac0408dc98 /modules/lua | |
parent | Simplify -DENABLE_MOD_foo to -DENABLE_FOO (diff) | |
download | apache2-0b20132addf234fa4111b23c6d827c7642d313d1.tar.xz apache2-0b20132addf234fa4111b23c6d827c7642d313d1.zip |
remove c++ comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/lua')
-rw-r--r-- | modules/lua/lua_passwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/lua_passwd.h b/modules/lua/lua_passwd.h index 797556bf7b..cf0d7cbd3b 100644 --- a/modules/lua/lua_passwd.h +++ b/modules/lua/lua_passwd.h @@ -70,7 +70,7 @@ struct passwd_ctx { const char *errstr; char *out; apr_size_t out_len; -// const char *passwd; +/* const char *passwd; */ char *passwd; int alg; int cost; |