summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_resolve.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-05 13:10:42 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-05 13:17:33 +0200
commit1ba5077e5f1db07662f895e068c505479be29b48 (patch)
tree7e9f32cc4453a61083a21bbe94c30f529f7c00bc /source4/ntvfs/posix/pvfs_resolve.c
parentd9c2aaa0008d6e3f52b6e9b47366c052ab8df9f0 (diff)
downloadsamba-1ba5077e5f1db07662f895e068c505479be29b48.tar.gz
samba-1ba5077e5f1db07662f895e068c505479be29b48.tar.bz2
samba-1ba5077e5f1db07662f895e068c505479be29b48.zip
s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/
metze
Diffstat (limited to 'source4/ntvfs/posix/pvfs_resolve.c')
-rw-r--r--source4/ntvfs/posix/pvfs_resolve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_resolve.c b/source4/ntvfs/posix/pvfs_resolve.c
index 0da64a790d..255728382e 100644
--- a/source4/ntvfs/posix/pvfs_resolve.c
+++ b/source4/ntvfs/posix/pvfs_resolve.c
@@ -524,7 +524,7 @@ NTSTATUS pvfs_resolve_name(struct pvfs_state *pvfs,
}
/* SMB2 doesn't allow a leading slash */
- if (req->ctx->protocol == PROTOCOL_SMB2 &&
+ if (req->ctx->protocol >= PROTOCOL_SMB2_02 &&
*cifs_name == '\\') {
return NT_STATUS_INVALID_PARAMETER;
}