summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/rpc_server/service_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/rpc_server/service_rpc.c b/source4/rpc_server/service_rpc.c
index ae8d91e68f0..406385f43e6 100644
--- a/source4/rpc_server/service_rpc.c
+++ b/source4/rpc_server/service_rpc.c
@@ -82,7 +82,7 @@ static NTSTATUS dcesrv_init_endpoints(struct task_server *task,
* process operations. This is not the most elegant solution, but it is
* the least ugly, and is confined to the next block of code.
*/
- if (use_single_process == true) {
+ if (use_single_process) {
model_ops = process_model_startup("single");
if (model_ops == NULL) {
DBG_ERR("Unable to load single process model");