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

r25480: Fix a segfault

This commit is contained in:
Volker Lendecke
2007-10-03 12:51:36 +00:00
committed by Gerald (Jerry) Carter
parent fffdad5285
commit 7e72a3046d

View File

@@ -128,7 +128,7 @@ static void enum_file_fn( const struct share_mode_entry *e,
void *private_data )
{
struct file_enum_count *fenum =
(struct file_enum_count *)&private_data;
(struct file_enum_count *)private_data;
/* If the pid was not found delete the entry from connections.tdb */