1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r138: fix typo

metze
(This used to be commit 7e42465192)
This commit is contained in:
Stefan Metzmacher 2004-04-09 18:16:52 +00:00 committed by Gerald (Jerry) Carter
parent 6dd7445398
commit fdcafdef0e

View File

@ -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;
}