summaryrefslogtreecommitdiffstats
path: root/source/msdfs
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-07-27 04:56:06 +0000
committerGerald Carter <jerry@samba.org>2002-07-27 04:56:06 +0000
commit637fe80a0b3f0f40d54238d8dfe5c08076c8ce59 (patch)
tree4473cf206106044379ea30627a60039690a0e69a /source/msdfs
parenta637458ff33925dee6016647e39b8ec92ccdfb6f (diff)
downloadsamba-637fe80a0b3f0f40d54238d8dfe5c08076c8ce59.tar.gz
samba-637fe80a0b3f0f40d54238d8dfe5c08076c8ce59.tar.xz
samba-637fe80a0b3f0f40d54238d8dfe5c08076c8ce59.zip
merging for 2.2.6pre1
Diffstat (limited to 'source/msdfs')
-rw-r--r--source/msdfs/msdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/msdfs/msdfs.c b/source/msdfs/msdfs.c
index 5220f38ab8d..3e4ceec78d0 100644
--- a/source/msdfs/msdfs.c
+++ b/source/msdfs/msdfs.c
@@ -102,7 +102,7 @@ static BOOL create_conn_struct( connection_struct *conn, int snum)
Parse the contents of a symlink to verify if it is an msdfs referral
A valid referral is of the form: msdfs:server1\share1,server2\share2
**********************************************************************/
-static inline BOOL parse_symlink(char* buf,struct referral** preflist,
+static BOOL parse_symlink(char* buf,struct referral** preflist,
int* refcount)
{
pstring temp;