1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-04 00:23:49 +03:00

r12423: Remove DEBUG(0) printouts in favor of more information to the caller.

I assume this works better with SWAT and the like anyway.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2005-12-22 06:58:26 +00:00
committed by Gerald (Jerry) Carter
parent 31046cd22b
commit b11975703d
3 changed files with 7 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ struct libnet_Join {
const char *error_string;
const char *join_password;
struct dom_sid *domain_sid;
const char *domain_name;
} out;
};