From 4ef7bab6d0dd64fc426508be164b3d3f24762b22 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 May 2007 10:05:13 +0000 Subject: r22791: make it possible to use smb2_create_blob_add() in the server code too metze (This used to be commit c08eeb62ca001cebcb7af2b655269e4b388e69c1) --- source4/libcli/smb2/create.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/libcli') diff --git a/source4/libcli/smb2/create.c b/source4/libcli/smb2/create.c index da21d090fd..fe91acbf0a 100644 --- a/source4/libcli/smb2/create.c +++ b/source4/libcli/smb2/create.c @@ -31,9 +31,9 @@ /* add a blob to a smb2_create attribute blob */ -static NTSTATUS smb2_create_blob_add(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, - uint32_t tag, - DATA_BLOB add, BOOL last) +NTSTATUS smb2_create_blob_add(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, + uint32_t tag, + DATA_BLOB add, BOOL last) { NTSTATUS status; uint32_t ofs = blob->length; -- cgit