1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Add debug bool flag for libnetjoin ctx.

Guenther
(This used to be commit 9308448795)
This commit is contained in:
Günther Deschner 2008-01-11 18:51:15 +01:00
parent fbd6d14fc8
commit 9d164c4094

View File

@ -36,6 +36,7 @@ struct libnet_JoinCtx {
const char *upn;
bool modify_config;
struct ads_struct *ads;
bool debug;
} in;
struct {