summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2013-03-21 20:16:49 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2013-03-21 20:16:49 +0000
commit21730e9bfe629b65f1b8a7e880982a5445f85d74 (patch)
tree0e869bf67efb04c359b37316437a6a8b9aac6a43 /usr.sbin
parentc06e3fb348c7a2f7cdf310fd890f166ca728dc20 (diff)
re-add a build fix for vax that was overwritten by the update
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/nginx/src/core/ngx_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nginx/src/core/ngx_log.c b/usr.sbin/nginx/src/core/ngx_log.c
index 982c2ed52a7..ddc2bbf6847 100644
--- a/usr.sbin/nginx/src/core/ngx_log.c
+++ b/usr.sbin/nginx/src/core/ngx_log.c
@@ -645,7 +645,7 @@ ngx_set_syslog(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
{
char *program;
ngx_str_t *value;
- ngx_int_t facility, match = 0;
+ ngx_int_t facility = SYSLOG_FACILITY, match = 0;
ngx_uint_t n;
value = cf->args->elts;