Add debug bool flag for libnetjoin ctx.
authorGünther Deschner <gd@samba.org>
Fri, 11 Jan 2008 17:51:15 +0000 (18:51 +0100)
committerGünther Deschner <gd@samba.org>
Sat, 12 Jan 2008 00:35:57 +0000 (01:35 +0100)
Guenther
(This used to be commit 93084487952f4ef23209401d689b3be3af6c9e6e)

source3/libnet/libnet_join.h

index 95b965717eb48e3887e4d9c196b5706e0220f54e..c47e8d934c15af1cd42664884da67a2f77c01552 100644 (file)
@@ -36,6 +36,7 @@ struct libnet_JoinCtx {
                const char *upn;
                bool modify_config;
                struct ads_struct *ads;
+               bool debug;
        } in;
 
        struct {