r26111: Fix an uninitialized variable
authorVolker Lendecke <vlendec@samba.org>
Sun, 25 Nov 2007 12:38:07 +0000 (13:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:46:08 +0000 (05:46 +0100)
(This used to be commit df52343bc901d40a4cc754b55ddcaf72a1f4d68c)

source4/torture/rpc/dfs.c

index 0262aa754f609f4bbf465ae8ec085266616742ea..2c68872a55dc894096723b4f62cfd3b72f905103 100644 (file)
@@ -503,7 +503,7 @@ static bool test_StdRoot(struct dcerpc_pipe *p,
        const char *dir = SMBTORTURE_DFS_DIRNAME;
        const char *path = SMBTORTURE_DFS_PATHNAME;
        struct smbcli_state *cli;
-       bool ret;
+       bool ret = true;
 
        printf("Testing StdRoot\n");