From 13bd0453ee979cb0eb4d18431b901ab6ca2199a0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 30 Jun 2001 02:45:16 +0000 Subject: 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) --- source3/msdfs/msdfs.c | 3 +-- 1 file changed, 1 insertion(+), 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; } -- cgit