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:
committed by
Gerald (Jerry) Carter
parent
fffdad5285
commit
7e72a3046d
@@ -128,7 +128,7 @@ static void enum_file_fn( const struct share_mode_entry *e,
|
|||||||
void *private_data )
|
void *private_data )
|
||||||
{
|
{
|
||||||
struct file_enum_count *fenum =
|
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 */
|
/* If the pid was not found delete the entry from connections.tdb */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user