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 used to be commit f50ea32dd0)
This commit is contained in:
Jeremy Allison
2001-04-06 20:32:36 +00:00
parent a01d164a12
commit d4e8c87005

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;
}