r23375: Fix a 64-bit warning
authorVolker Lendecke <vlendec@samba.org>
Thu, 7 Jun 2007 07:49:43 +0000 (07:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:11 +0000 (12:23 -0500)
source/smbd/open.c

index 30576f1e0824bcd3586b1fa7fa8df62bf5cdf0ab..41fbce9889e394056835ec593d949e8595a7f67f 100644 (file)
@@ -2288,7 +2288,7 @@ void msg_file_was_renamed(struct messaging_context *msg,
        if (data->data == NULL
            || data->length < MSG_FILE_RENAMED_MIN_SIZE + 2) {
                 DEBUG(0, ("msg_file_was_renamed: Got invalid msg len %d\n",
-                         data->length));
+                         (int)data->length));
                 return;
         }