diff options
author | Michael Adam <obnox@samba.org> | 2008-01-03 00:53:34 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-03 01:29:43 +0100 |
commit | f9bb8a345ed311f74adc30b164383170048b8dc5 (patch) | |
tree | d55f578261c77c1ef391683a336e2f84f2f8a9a0 | |
parent | b344dafa62a6d9e4af1063f612150cc9f9fe3b81 (diff) | |
download | samba-f9bb8a345ed311f74adc30b164383170048b8dc5.tar.gz samba-f9bb8a345ed311f74adc30b164383170048b8dc5.tar.bz2 samba-f9bb8a345ed311f74adc30b164383170048b8dc5.zip |
Add debug output in error path.
Michael
(This used to be commit a58ccbc6d70613f7572bc80621935d81f9e290e3)
-rw-r--r-- | source3/libnet/libnet_conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 514fd245ad..7980dbbe4c 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -371,6 +371,7 @@ WERROR libnet_smbconf_drop(void) enum winreg_CreateAction action; if (!(token = registry_create_admin_token(mem_ctx))) { + DEBUG(1, ("Error creating admin token\n")); /* what is the appropriate error code here? */ werr = WERR_CAN_NOT_COMPLETE; goto done; |