r5568: fix more breakage on gcc 2.96
authorGerald Carter <jerry@samba.org>
Fri, 25 Feb 2005 18:49:42 +0000 (18:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:48 +0000 (10:55 -0500)
(This used to be commit 3eeecff05efec9310cf2bed7c6fe9a6d80dd6d0d)

source3/sam/idmap_rid.c

index f16dbfb5e81ad97377b7a2405d55a3bd51b47bb6..ef4b8ef56922bbe98209175e3abe30c3bb432a32 100644 (file)
@@ -51,9 +51,9 @@ static NTSTATUS rid_idmap_parse(const char *init_param,
        int i;
        fstring sid_str;
        BOOL known_domain = False;
-       p = init_param;
        fstring tok;
 
+       p = init_param;
        trust.number = 0;
 
        /* falling back to automatic mapping when there were no options given */