]> git.samba.org - metze/samba/wip.git/commitdiff
Fix a misleading debug message
authorVolker Lendecke <vl@samba.org>
Mon, 7 Apr 2008 08:18:36 +0000 (10:18 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 7 Apr 2008 08:20:32 +0000 (10:20 +0200)
(This used to be commit 494b32197f0872b115f0cd1a35421d00a89360a6)

source3/libsmb/cliconnect.c

index 4573f39eb3bb15590540256e2753bc2c1bd46cd0..b76814e45f2961aa4af08d3cf2ae84808aa92515 100644 (file)
@@ -1093,8 +1093,9 @@ bool cli_send_tconX(struct cli_state *cli,
        if ((cli->sec_mode & NEGOTIATE_SECURITY_CHALLENGE_RESPONSE) &&
            *pass && passlen != 24) {
                if (!lp_client_lanman_auth()) {
-                       DEBUG(1, ("Server requested LANMAN password (share-level security) but 'client use lanman auth'"
-                                 " is disabled\n"));
+                       DEBUG(1, ("Server requested LANMAN password "
+                                 "(share-level security) but "
+                                 "'client lanman auth' is disabled\n"));
                        return False;
                }