diff options
Diffstat (limited to 'source4/smbd/process_model.c')
-rw-r--r-- | source4/smbd/process_model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_model.c b/source4/smbd/process_model.c index 16bce3913d..f981b36798 100644 --- a/source4/smbd/process_model.c +++ b/source4/smbd/process_model.c @@ -57,7 +57,7 @@ static int num_models; The 'name' can be later used by other backends to find the operations structure for this backend. */ -static NTSTATUS register_process_model(void *_ops) +static NTSTATUS register_process_model(const void *_ops) { const struct model_ops *ops = _ops; |