From eca13022ef78237f915c8fec1ecbe676b1c86ae3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Mar 2007 18:14:46 +0000 Subject: r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-) (This used to be commit a2e27c443101a59ef3429a55e049af3ebd5ec1f2) --- source3/smbd/msdfs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd/msdfs.c') diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c index 13c44e9420..8f85b90fdc 100644 --- a/source3/smbd/msdfs.c +++ b/source3/smbd/msdfs.c @@ -242,13 +242,11 @@ static BOOL parse_msdfs_symlink(TALLOC_CTX *ctx, int *refcount) { pstring temp; - char *prot; char *alt_path[MAX_REFERRAL_COUNT]; int count = 0, i; struct referral *reflist; pstrcpy(temp,target); - prot = strtok(temp,":"); /* parse out the alternate paths */ while((count