From 107c1f854d743669ea4f7ff29c837ad9720b9734 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 3 Dec 2007 10:45:47 +0100 Subject: Reformatting (This used to be commit 28c0a77ec1eb4bc69679c00dcdacaa6ee4d8e3f5) --- source3/utils/net.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3/utils/net.c') 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 -- cgit