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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user