diff options
author | Volker Lendecke <vl@sernet.de> | 2007-12-03 10:45:47 +0100 |
---|---|---|
committer | Volker Lendecke <vl@sernet.de> | 2007-12-03 10:53:29 +0100 |
commit | 107c1f854d743669ea4f7ff29c837ad9720b9734 (patch) | |
tree | d8be116e8bd7582940c512342f6e63e0d40c1575 /source3/utils/net.c | |
parent | b1a924a0fb7f9f55c655b1b2b31a9dc66ee0478a (diff) | |
download | samba-107c1f854d743669ea4f7ff29c837ad9720b9734.tar.gz samba-107c1f854d743669ea4f7ff29c837ad9720b9734.tar.xz samba-107c1f854d743669ea4f7ff29c837ad9720b9734.zip |
Reformatting
(This used to be commit 28c0a77ec1eb4bc69679c00dcdacaa6ee4d8e3f5)
Diffstat (limited to 'source3/utils/net.c')
-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 ee671f6b583..dc4c9da3aaa 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 |