summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-10 21:43:37 +0000
committerJeremy Allison <jra@samba.org>2001-04-10 21:43:37 +0000
commit3bfbc4aaec0f59e0b77347df1ee1f6f18ac7423c (patch)
tree134219cbcbc7cc26d9c4bc2d75ab7e143baefa26 /source3/lib/util.c
parent9c9ce2f6135185d55184c864befb5b6e894af9c2 (diff)
downloadsamba-3bfbc4aaec0f59e0b77347df1ee1f6f18ac7423c.tar.gz
samba-3bfbc4aaec0f59e0b77347df1ee1f6f18ac7423c.tar.bz2
samba-3bfbc4aaec0f59e0b77347df1ee1f6f18ac7423c.zip
Fixed --with-automount compile error.
Jeremy. (This used to be commit ab916199f542528293b3f63fe6f24eecd83eccb4)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 439788bdac..cd1395aba7 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -874,7 +874,7 @@ static void strip_mount_options( pstring *str)
*******************************************************************/
#ifdef WITH_NISPLUS_HOME
-static char *automount_lookup(char *user_name)
+char *automount_lookup(char *user_name)
{
static fstring last_key = "";
static pstring last_value = "";
@@ -928,7 +928,7 @@ static char *automount_lookup(char *user_name)
return last_value;
}
#else /* WITH_NISPLUS_HOME */
-static char *automount_lookup(char *user_name)
+char *automount_lookup(char *user_name)
{
static fstring last_key = "";
static pstring last_value = "";