mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
s3:libsmb: Add missing parenthesis to logging message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
bba1613d55
commit
728eebbfbb
@@ -262,7 +262,7 @@ SMBC_parse_path(TALLOC_CTX *ctx,
|
||||
/* Watch the test below, we are testing to see if we should exit */
|
||||
|
||||
if (strncmp(p, "//", 2) && strncmp(p, "\\\\", 2)) {
|
||||
DEBUG(1, ("Invalid path (does not begin with smb://\n"));
|
||||
DEBUG(1, ("Invalid path (does not begin with smb://)\n"));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user