diff options
-rw-r--r-- | source3/rpc_server/lsasd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/lsasd.c b/source3/rpc_server/lsasd.c index 9815ad9c1a..8d2245abb5 100644 --- a/source3/rpc_server/lsasd.c +++ b/source3/rpc_server/lsasd.c @@ -973,7 +973,7 @@ void start_lsasd(struct tevent_context *ev_ctx, exit(1); } - DEBUG(1, ("LSASD Daemon Started (%d)\n", getpid())); + DEBUG(1, ("LSASD Daemon Started (%u)\n", (unsigned int)getpid())); /* loop forever */ rc = tevent_loop_wait(ev_ctx); |