]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add domain_is_ad bool to libnetjoin ctx.
authorGünther Deschner <gd@samba.org>
Fri, 11 Jan 2008 13:40:06 +0000 (14:40 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 11 Jan 2008 14:08:41 +0000 (15:08 +0100)
Guenther

source/libnet/libnet_join.h

index c6a0cd183cfc35cad6069a85bfde2a586361f5f6..95b965717eb48e3887e4d9c196b5706e0220f54e 100644 (file)
@@ -47,6 +47,7 @@ struct libnet_JoinCtx {
                bool modified_config;
                WERROR result;
                char *error_string;
+               bool domain_is_ad;
        } out;
 };