From 9aeff8d280875ae573e7b6a92df8e2b39a96b502 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 10 May 2004 23:04:31 +0000 Subject: r640: Make cifsvfs symlinks work with paths within and external to the share. Store external paths prefixed with smbln:. Jeremy. (This used to be commit 14a9997b2eb394174ccb36d2a10a755279740cba) --- source3/include/trans2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 3106cd092a..98a4fc0976 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -450,6 +450,7 @@ Offset Size Name #define CIFS_UNIX_FCNTL_LOCKS_CAP 0x1 #define CIFS_UNIX_POSIX_ACLS_CAP 0x2 +#define CIFS_CLIENT_SYMLINK_STRING "smbln:" /* ... more as we think of them :-). */ #endif -- cgit