mirror of
https://github.com/samba-team/samba.git
synced 2025-08-08 13:49:29 +03:00
Fix a warning message.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 22 03:59:18 CET 2010 on sn-devel-104
This commit is contained in:
@ -1464,9 +1464,10 @@ int net_ads_join(struct net_context *c, int argc, const char **argv)
|
||||
/* exit from this block using machine creds */
|
||||
ads_destroy(&ads_dns);
|
||||
}
|
||||
#endif
|
||||
|
||||
done:
|
||||
#endif
|
||||
|
||||
TALLOC_FREE(r);
|
||||
TALLOC_FREE( ctx );
|
||||
|
||||
|
Reference in New Issue
Block a user