1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

nwrap: fix a copy and paste error in the destructor.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Michael Adam 2015-11-20 09:01:01 +01:00
parent 554963d887
commit 766e795518

View File

@ -5560,7 +5560,7 @@ void nwrap_destructor(void)
c->fd = -1;
}
nwrap_he_global.num = 0;
nwrap_sp_global.num = 0;
}
if (nwrap_he_global.cache != NULL) {