summaryrefslogtreecommitdiff
path: root/source/wrepl_server/wrepl_in_connection.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-09 10:05:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:04 -0500
commiteba6c84efff735bb0ca941ac4b755ce2b0591667 (patch)
tree01d464fe86b19cffd6830bbf2f11daf2a21497b1 /source/wrepl_server/wrepl_in_connection.c
parent1f38a7ea56944466d90622832e4570dc324adc4e (diff)
downloadsamba-eba6c84efff735bb0ca941ac4b755ce2b0591667.tar.gz
r18301: I discovered how to load the warnings from a build farm build into
emacs compile mode (hint, paste to a file, and compile as "cat filename"). This allowed me to fix nearly all the warnings for a IA_64 SuSE build very quickly.
Diffstat (limited to 'source/wrepl_server/wrepl_in_connection.c')
-rw-r--r--source/wrepl_server/wrepl_in_connection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/wrepl_server/wrepl_in_connection.c b/source/wrepl_server/wrepl_in_connection.c
index a7522a0165f..5db2c883f94 100644
--- a/source/wrepl_server/wrepl_in_connection.c
+++ b/source/wrepl_server/wrepl_in_connection.c
@@ -69,7 +69,8 @@ static NTSTATUS wreplsrv_recv_request(void *private, DATA_BLOB blob)
NT_STATUS_NOT_OK_RETURN(status);
if (DEBUGLVL(10)) {
- DEBUG(10,("Received WINS-Replication packet of length %u\n", packet_in_blob.length + 4));
+ DEBUG(10,("Received WINS-Replication packet of length %u\n",
+ (unsigned)packet_in_blob.length + 4));
NDR_PRINT_DEBUG(wrepl_packet, &call->req_packet);
}