summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/smbd/process_model.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/process_model.c b/source4/smbd/process_model.c
index 1696163f99..7b18f583a7 100644
--- a/source4/smbd/process_model.c
+++ b/source4/smbd/process_model.c
@@ -92,6 +92,7 @@ _PUBLIC_ NTSTATUS register_process_model(const void *_ops)
models[num_models].ops = smb_xmemdup(ops, sizeof(*ops));
models[num_models].ops->name = smb_xstrdup(ops->name);
+ models[num_models].initialised = false;
num_models++;