summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_dual.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-02-23 16:23:42 -0800
committerKarolin Seeger <kseeger@samba.org>2009-02-24 08:35:17 +0100
commitf0e36527de04d2796097ebd29fba2a25fc2e1c38 (patch)
tree70dfca3997a0bb10c16c5ab403427207e326d59c /source/winbindd/winbindd_dual.c
parent733d4b54546d6c7c9350cf522d4980877edac6d4 (diff)
downloadsamba-f0e36527de04d2796097ebd29fba2a25fc2e1c38.tar.gz
samba-f0e36527de04d2796097ebd29fba2a25fc2e1c38.tar.xz
samba-f0e36527de04d2796097ebd29fba2a25fc2e1c38.zip
More warning fixes for Solaris.
Jeremy. (cherry picked from commit aea38950ff4865f1d791cd19619fadcd59eaf480)
Diffstat (limited to 'source/winbindd/winbindd_dual.c')
-rw-r--r--source/winbindd/winbindd_dual.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index 61585b668a1..ff004f293ce 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -183,7 +183,7 @@ static void async_request_timeout_handler(struct event_context *ctx,
DEBUG(0,("async_request_timeout_handler: child pid %u is not responding. "
"Closing connection to it.\n",
- state->child_pid ));
+ (unsigned int)state->child_pid ));
/* Deal with the reply - set to error. */
async_reply_recv(private_data, False);