diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/param/loadparm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index af3986c885..2b1937de05 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -764,6 +764,9 @@ const char *lp_get_parametric(struct loadparm_context *lp_ctx, { char *vfskey; struct param_opt *data; + + if (lp_ctx == NULL) + return NULL; data = (service == NULL ? lp_ctx->globals->param_opt : service->param_opt); |