From 327f9b9636dd468822625103c6feed5fc952cc7b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 12 May 2004 00:35:43 +0000 Subject: r653: Ok, so tridge convinced me. Allow full UNIX path symlinks to anywhere on the server filesystem so long as widelinks is set to true.... :-). Jeremy. (This used to be commit ba9809fcd493a53b33c3a24c9f91b0c1d9bd9726) --- source3/include/trans2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 98a4fc0976..3106cd092a 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -450,7 +450,6 @@ 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