diff options
author | Günther Deschner <gd@samba.org> | 2008-02-13 10:54:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-13 10:56:56 +0100 |
commit | af161cf49c3ef829efe6c005c6f57b89fcf153a3 (patch) | |
tree | 110e1513a5e1fcdf7b11ab92259393e49ed3350c /source3/rpc_parse | |
parent | c3d7358994c22391dff64487ed51aa2fa7aebbb9 (diff) | |
download | samba-af161cf49c3ef829efe6c005c6f57b89fcf153a3.tar.gz samba-af161cf49c3ef829efe6c005c6f57b89fcf153a3.tar.bz2 samba-af161cf49c3ef829efe6c005c6f57b89fcf153a3.zip |
Remove unused init_sam_entry routine.
Guenther
(This used to be commit c19847a02486414117425930367dcd210e911715)
Diffstat (limited to 'source3/rpc_parse')
-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. ********************************************************************/ |