s3: Remove unused "retry" from cli_full_connection
[kai/samba.git] / source3 / utils / netlookup.c
index ef254beb24f498d10d7f780f8df6cbdd747674c1..fa631314c485b13f37241cede6ceca2703f7c38c 100644 (file)
@@ -109,8 +109,7 @@ static struct con_struct *create_cs(struct net_context *c,
                                        "",
 #endif
                                        0,
-                                       Undefined,
-                                       NULL);
+                                       Undefined);
 
        if (!NT_STATUS_IS_OK(nt_status)) {
                DEBUG(2,("create_cs: Connect failed. Error was %s\n", nt_errstr(nt_status)));