summaryrefslogtreecommitdiffstats
path: root/modules/lua
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2013-08-31 18:02:15 +0200
committerEric Covener <covener@apache.org>2013-08-31 18:02:15 +0200
commit0b20132addf234fa4111b23c6d827c7642d313d1 (patch)
treea827b62e5c1ad20b84ab8b3371526fac0408dc98 /modules/lua
parentSimplify -DENABLE_MOD_foo to -DENABLE_FOO (diff)
downloadapache2-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.h2
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;