summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 58106acd46..d4f939e081 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -125,6 +125,11 @@ BOOL is_a_socket(int fd)
static char *last_ptr=NULL;
+BOOL set_first_token(char *ptr)
+{
+ last_ptr = ptr;
+}
+
/****************************************************************************
Get the next token from a string, return False if none found
handles double-quotes.