diff options
-rw-r--r-- | source3/utils/net.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index ee671f6b58..dc4c9da3aa 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -716,8 +716,10 @@ static int net_getdomainsid(int argc, const char **argv) fstring sid_str; if(!initialize_password_db(False, NULL)) { - DEBUG(0, ("WARNING: Could not open passdb - domain sid may not reflect passdb\n" - "backend knowledge (such as the sid stored in LDAP)\n")); + DEBUG(0, ("WARNING: Could not open passdb - domain sid may " + "not reflect passdb\n" + "backend knowledge (such as the sid stored in " + "LDAP)\n")); } /* first check to see if we can even access secrets, so we don't |