summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-05-11 10:05:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:18 -0500
commit4ef7bab6d0dd64fc426508be164b3d3f24762b22 (patch)
treeccfe105d4414c73a9a6e9cad48312bdf3092215a /source4/libcli
parente1635caaf38b69cc0b237ebbc6c2dff08ac7e285 (diff)
downloadsamba-4ef7bab6d0dd64fc426508be164b3d3f24762b22.tar.gz
samba-4ef7bab6d0dd64fc426508be164b3d3f24762b22.tar.bz2
samba-4ef7bab6d0dd64fc426508be164b3d3f24762b22.zip
r22791: make it possible to use smb2_create_blob_add() in the server code too
metze (This used to be commit c08eeb62ca001cebcb7af2b655269e4b388e69c1)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/smb2/create.c6
1 files changed, 3 insertions, 3 deletions
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;