From a0512ce5ff104bd2d2d11b3e3167d214615a9fbf Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 22 Oct 1998 22:19:08 +0000 Subject: rpctorture command (This used to be commit b4ae65e2d0582274d67d02ea190f6d3d83b48594) --- source3/lib/util.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/lib') 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. -- cgit