1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Fix from Ed Boraas for not core dumping when out of connection structs.

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 2097298565
commit f50ea32dd0

View File

@ -328,7 +328,6 @@ connection_struct *make_connection(char *service,char *user,char *password, int
if (!conn) {
DEBUG(0,("Couldn't find free connection.\n"));
*ecode = ERRnoresource;
conn_free(conn);
return NULL;
}