Skip to content

Commit 9a33f30

Browse files
thevihanraixfeep
authored andcommitted
Update ngx_http_clojure_module.c
remove struct passwd as it's no longer required
1 parent d755d02 commit 9a33f30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/c/ngx_http_clojure_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,6 @@ static ngx_int_t ngx_http_clojure_check_access_jvm_cp(ngx_http_clojure_main_conf
16461646
ngx_uid_t ouid = geteuid();
16471647
ngx_gid_t ogid = getegid();
16481648
char *username = ccf->username;
1649-
struct passwd *pw;
16501649

16511650
/*TODO: remove this check when we merge -Djava.class.path with jvm_classpath.*/
16521651
if (!mcf->jvm_cp) {

0 commit comments

Comments
 (0)