diff options
-rw-r--r-- | source3/rpc_parse/parse_samr.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index 298ad69932..3ec1c40d47 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -29,18 +29,6 @@ #define DBGC_CLASS DBGC_RPC_PARSE /******************************************************************* -inits a SAM_ENTRY structure. -********************************************************************/ - -void init_sam_entry(SAM_ENTRY *sam, UNISTR2 *uni2, uint32 rid) -{ - DEBUG(10, ("init_sam_entry: %d\n", rid)); - - sam->rid = rid; - init_uni_hdr(&sam->hdr_name, uni2); -} - -/******************************************************************* reads or writes a SAM_ENTRY structure. ********************************************************************/ |