diff options
author | Gerald Carter <jerry@samba.org> | 2003-10-17 16:27:26 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-10-17 16:27:26 +0000 |
commit | 1b259ab003430bc38234c893f2fbbfb30cc7afa0 (patch) | |
tree | 2d36fd04d619f6787ae109d75d6aa25930fbdaf7 /source3/sam | |
parent | a278f48c6a2fe7c43c9f3f53eecad5d20c47b89e (diff) | |
download | samba-1b259ab003430bc38234c893f2fbbfb30cc7afa0.tar.gz samba-1b259ab003430bc38234c893f2fbbfb30cc7afa0.tar.bz2 samba-1b259ab003430bc38234c893f2fbbfb30cc7afa0.zip |
* fix some compile warnings in the gums code
* add server support for DsEnumerateDomainTrusts()
(This used to be commit 06bacf6e3434db5bd09b48f84206441712e69a63)
Diffstat (limited to 'source3/sam')
-rw-r--r-- | source3/sam/gums_helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/sam/gums_helper.c b/source3/sam/gums_helper.c index 15486d094c..5bbd054be1 100644 --- a/source3/sam/gums_helper.c +++ b/source3/sam/gums_helper.c @@ -173,7 +173,6 @@ NTSTATUS gums_make_domain(DOM_SID *sid, const char *name, const char *descriptio ret = fns->set_object(go); -done: gums_destroy_object(&go); return ret; } @@ -208,7 +207,6 @@ NTSTATUS gums_make_alias(DOM_SID *sid, const char *name, const char *description ret = fns->set_object(go); -done: gums_destroy_object(&go); return ret; } |