1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r11967: Fix more 64-bit warnings.

This commit is contained in:
Tim Potter
2005-11-30 02:08:15 +00:00
committed by Gerald (Jerry) Carter
parent e98c28941a
commit 9c4436a124
18 changed files with 65 additions and 57 deletions

View File

@@ -319,7 +319,7 @@ NTSTATUS dcom_get_pipe(struct IUnknown *iface, struct dcerpc_pipe **pp)
return status;
}
DEBUG(2, ("Successfully connected to OXID %llx\n", oxid));
DEBUG(2, ("Successfully connected to OXID %llx\n", (long long)oxid));
*pp = p;
talloc_free(tmp_ctx);