r7633: this patch started as an attempt to make the dcerpc code use a given
[kamenim/samba.git] / source4 / torture / locktest.c
index 583ce8762406e582bd5f7bbf847ce9780023f96b..4b4e9d3bd338c02fc6f48e658cc299a284720e49 100644 (file)
@@ -122,7 +122,7 @@ static struct smbcli_state *connect_one(char *share, int snum)
                status = smbcli_full_connection(NULL, &c, 
                                                server, 
                                                share, NULL,
-                                               servers[snum]);
+                                               servers[snum], NULL);
                if (!NT_STATUS_IS_OK(status)) {
                        sleep(2);
                }