Skip to content

Commit d755d02

Browse files
thevihanraixfeep
authored andcommitted
Update ngx_http_clojure_module.c
formatting
1 parent b757449 commit d755d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c/ngx_http_clojure_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ static ngx_int_t ngx_http_clojure_check_access_jvm_cp(ngx_http_clojure_main_conf
16711671
}
16721672
ngx_log_debug2(NGX_LOG_DEBUG_CORE, log, 0, "geteuid now %ud:%ud", geteuid(), getegid());
16731673
}
1674-
1674+
16751675
for (i = 0; i < mcf->jvm_cp->nelts; i++) {
16761676
ngx_log_debug2(NGX_LOG_DEBUG_CORE, log, 0, "checking %V, nginx user with id : %ud ", &elts[i], ouid);
16771677
if (ngx_http_clojure_faccessat((char *)elts[i].data, log) != 0) {

0 commit comments

Comments
 (0)