summaryrefslogtreecommitdiff
path: root/source4/rpc_server/common
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-04-09 18:16:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:10 -0500
commitfdcafdef0e1dc1215eec5d99b0c36cfca04ac055 (patch)
tree2036f74c014b873e1348dbad4f1da7fa1e34b54a /source4/rpc_server/common
parent6dd74453981da79b573ff8d06ec0261f32863aad (diff)
downloadsamba-fdcafdef0e1dc1215eec5d99b0c36cfca04ac055.tar.gz
samba-fdcafdef0e1dc1215eec5d99b0c36cfca04ac055.tar.bz2
samba-fdcafdef0e1dc1215eec5d99b0c36cfca04ac055.zip
r138: fix typo
metze (This used to be commit 7e42465192e67563f19e6362e243b01406c5e025)
Diffstat (limited to 'source4/rpc_server/common')
-rw-r--r--source4/rpc_server/common/share_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/rpc_server/common/share_info.c b/source4/rpc_server/common/share_info.c
index 8cf130ab51..b544353304 100644
--- a/source4/rpc_server/common/share_info.c
+++ b/source4/rpc_server/common/share_info.c
@@ -100,7 +100,7 @@ uint32 dcesrv_common_get_share_unknown(TALLOC_CTX *mem_ctx, struct dcesrv_contex
}
/* This hardcoded value should go into a ldb database! */
-struct security_decriptor *dcesrv_common_get_security_descriptor(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx, int snum)
+struct security_descriptor *dcesrv_common_get_security_descriptor(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx, int snum)
{
return NULL;
}