1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-29 02:50:28 +03:00

Actually fill in the status for sainity checks

Andrew Bartlett
(This used to be commit d47016de52e9e5c468edf4c87dc60535a9796b99)
This commit is contained in:
Andrew Bartlett 2001-09-15 01:59:44 +00:00
parent ab35704cc0
commit 1c8c7c558b

View File

@ -371,7 +371,7 @@ connection_struct *make_connection(char *service,char *user,char *password,
}
}
if (NT_STATUS_IS_ERR(share_sanity_checks(snum, service, dev))) {
if (NT_STATUS_IS_ERR(*status = share_sanity_checks(snum, service, dev))) {
return NULL;
}