1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Add debug bool flag for libnetjoin ctx.

Guenther
(This used to be commit 93084487952f4ef23209401d689b3be3af6c9e6e)
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 {