Remove "inline" - shouldn't be in portable code.
authorJeremy Allison <jra@samba.org>
Thu, 20 Jun 2002 19:06:12 +0000 (19:06 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 20 Jun 2002 19:06:12 +0000 (19:06 +0000)
Jeremy.
(This used to be commit 4a5aa918d9eecc130a5126a255f8a6b5cde8044f)

source3/msdfs/msdfs.c

index d6404968745b9cb2641a594cc73547c58eed3b04..1af848b55ae7d69b09e7e97a42eebf442e4e73ec 100644 (file)
@@ -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;