X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Fsmbd%2Fopen.c;h=3adea77902f4fab613c9c480ed5fbdfab9bf4ac2;hb=d3cbcbd5c0b22ce8ef368f2278fa4421c91f7502;hp=d385b54147f32d227656aa11080619d52d4c9e84;hpb=c0fd6cd386215c7d0bf5c6207b9ac2abaee665a7;p=metze%2Fsamba%2Fwip.git diff --git a/source3/smbd/open.c b/source3/smbd/open.c index d385b54147f3..3adea77902f4 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -5051,7 +5051,7 @@ static NTSTATUS create_file_unixpath(connection_struct *conn, "file_attributes = 0x%x, share_access = 0x%x, " "create_disposition = 0x%x create_options = 0x%x " "oplock_request = 0x%x private_flags = 0x%x " - "ea_list = 0x%p, sd = 0x%p, " + "ea_list = %p, sd = %p, " "fname = %s\n", (unsigned int)access_mask, (unsigned int)file_attributes, @@ -5594,7 +5594,7 @@ NTSTATUS create_file_default(connection_struct *conn, "create_disposition = 0x%x create_options = 0x%x " "oplock_request = 0x%x " "private_flags = 0x%x " - "root_dir_fid = 0x%x, ea_list = 0x%p, sd = 0x%p, " + "root_dir_fid = 0x%x, ea_list = %p, sd = %p, " "fname = %s\n", (unsigned int)access_mask, (unsigned int)file_attributes,