summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-06-05 10:49:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:09 -0500
commit454de808a2a56f106c0d211c7da323829f14942d (patch)
treec6bd81875a69b2aaec9f88921cba12e4e4b5c4a3 /source3/nsswitch/winbindd_cache.c
parent3e3e359d1222935c5067c1c23c4286ce8099581b (diff)
downloadsamba-454de808a2a56f106c0d211c7da323829f14942d.tar.gz
samba-454de808a2a56f106c0d211c7da323829f14942d.tar.bz2
samba-454de808a2a56f106c0d211c7da323829f14942d.zip
r23355: Fix some more build warnings.
Guenther (This used to be commit 23e25bba8fafb31492b517d63f0a00c5ec07d5da)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c
index eba3497675..d1c34100ca 100644
--- a/source3/nsswitch/winbindd_cache.c
+++ b/source3/nsswitch/winbindd_cache.c
@@ -3419,7 +3419,7 @@ int winbindd_validate_cache(void)
if (bytes_read != sizeof(v_status)) {
DEBUG(10, ("winbindd_validate_cache: read %d bytes from pipe "
- "but expected %d", bytes_read, sizeof(v_status)));
+ "but expected %d", bytes_read, (int)sizeof(v_status)));
DEBUGADD(10, (" -> assuming child crashed\n"));
v_status.success = False;
}