summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/cifs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-05-22 05:22:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:46 -0500
commit615fea1c5c6e742b6e2c9d7a79a7f76435d0788c (patch)
treecc6823981c41f939cd53b54b2af34fe416102918 /source4/ntvfs/cifs
parentc83c39909ed4979d455f94c9b842b542fb38e76b (diff)
downloadsamba-615fea1c5c6e742b6e2c9d7a79a7f76435d0788c.tar.gz
samba-615fea1c5c6e742b6e2c9d7a79a7f76435d0788c.tar.xz
samba-615fea1c5c6e742b6e2c9d7a79a7f76435d0788c.zip
r23064: Clarify comment and indent
(This used to be commit 607e8409f86b28c51a058555021cd45c1cb72a26)
Diffstat (limited to 'source4/ntvfs/cifs')
-rw-r--r--source4/ntvfs/cifs/vfs_cifs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c
index 185e9a34380..c0311ec94fc 100644
--- a/source4/ntvfs/cifs/vfs_cifs.c
+++ b/source4/ntvfs/cifs/vfs_cifs.c
@@ -186,7 +186,7 @@ static NTSTATUS cvfs_connect(struct ntvfs_module_context *ntvfs,
DEBUG(5, ("CIFS backend: Using delegated credentials\n"));
credentials = req->session_info->credentials;
} else {
- DEBUG(1,("CIFS backend: You must supply server, user and password and or have delegated credentials\n"));
+ DEBUG(1,("CIFS backend: NO delegated credentials found: You must supply server, user and password or the client must supply delegated credentials\n"));
return NT_STATUS_INVALID_PARAMETER;
}