summaryrefslogtreecommitdiff
path: root/source3/msdfs/msdfs.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-06-30 02:45:16 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-06-30 02:45:16 +0000
commit13bd0453ee979cb0eb4d18431b901ab6ca2199a0 (patch)
tree031ce0b824028f1827bcb880c426956b203d7f27 /source3/msdfs/msdfs.c
parentd1f38ac53107d818b88cae9ee4d4442381dc4702 (diff)
downloadsamba-13bd0453ee979cb0eb4d18431b901ab6ca2199a0.tar.gz
samba-13bd0453ee979cb0eb4d18431b901ab6ca2199a0.tar.bz2
samba-13bd0453ee979cb0eb4d18431b901ab6ca2199a0.zip
This should return the build to normallity.
When you update an #ifdef'ed function, also update its matching null function or all hell breaks loose on the build farm! Andrew Bartlett (This used to be commit 58b981a56f99bce0e98c9e1752c99a69e3cb2a25)
Diffstat (limited to 'source3/msdfs/msdfs.c')
-rw-r--r--source3/msdfs/msdfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/msdfs/msdfs.c b/source3/msdfs/msdfs.c
index 461b3676a9..b2530a3d7f 100644
--- a/source3/msdfs/msdfs.c
+++ b/source3/msdfs/msdfs.c
@@ -749,8 +749,7 @@ int enum_msdfs_links(struct junction_map* jn)
#else
/* Stub functions if WITH_MSDFS not defined */
- int setup_dfs_referral(connection_struct *conn, char* pathname, int max_referral_level,
- char** ppdata)
+ int setup_dfs_referral(char* pathname, int max_referral_level, char** ppdata)
{
return -1;
}