1
0
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:
Jeremy Allison
2010-12-21 18:11:40 -08:00
parent e8f7c60ec2
commit 88c3e505e9

View File

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