mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r25480: Fix a segfault
(This used to be commit 7e72a3046d5c318247d1e69b51bcb74e897e3eae)
This commit is contained in:
parent
e817616a0e
commit
3665d6d9d5
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user