diff options
author | Omar Polo <op@omarpolo.com> | 2022-11-27 10:06:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-11-27 10:06:08 +0000 |
commit | eb4f96c10afcf8806cbbff3087aa0850e3fc9905 (patch) | |
tree | e2b2c20895a069e95710865071d7ec2a31c76b87 /server.c | |
parent | e92efb0d8ecfd42e3585963c8b66c61f5451cfa9 (diff) |
typo
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -722,7 +722,7 @@ apply_fastcgi(struct client *c) log_debug(c, "opening fastcgi connection for (%s,%s)", f->path, f->port); - if (*f->port != '\0') + if (*f->port == '\0') c->pfd = fcgi_open_sock(f); else c->pfd = fcgi_open_conn(f); |