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:
committed by
Gerald (Jerry) Carter
parent
e98c28941a
commit
9c4436a124
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user