summaryrefslogtreecommitdiffstats
path: root/source/msdfs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-06-20 19:06:12 +0000
committerJeremy Allison <jra@samba.org>2002-06-20 19:06:12 +0000
commit4a5aa918d9eecc130a5126a255f8a6b5cde8044f (patch)
tree85732ba97f4fa59d13eb646d9bc8886e063cda76 /source/msdfs
parentead6ab9602640aca5d1d8ac336f3a129f9466159 (diff)
downloadsamba-4a5aa918d9eecc130a5126a255f8a6b5cde8044f.tar.gz
samba-4a5aa918d9eecc130a5126a255f8a6b5cde8044f.tar.xz
samba-4a5aa918d9eecc130a5126a255f8a6b5cde8044f.zip
Remove "inline" - shouldn't be in portable code.
Jeremy.
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 d6404968745..1af848b55ae 100644
--- a/source/msdfs/msdfs.c
+++ b/source/msdfs/msdfs.c
@@ -100,7 +100,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;