aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/binlog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binlog.c b/src/binlog.c
index 57e2aa0..bf7fa97 100644
--- a/src/binlog.c
+++ b/src/binlog.c
@@ -343,6 +343,7 @@ vmod_init(struct sess *sp, struct vmod_priv *priv,
binlog_error("invalid umask (near \"%s\")", q);
abort();
}
+ conf->umask = n;
} else
conf->umask = BINLOG_UMASK;

Return to:

Send suggestions and report system problems to the System administrator.