mirror of
https://github.com/samba-team/samba.git
synced 2025-03-02 08:58:33 +03:00
Missed uninitialized variable return for del_share_mode().
Jeremy.
This commit is contained in:
parent
fe414d5e1a
commit
e4a57fb456
@ -472,7 +472,7 @@ ssize_t del_share_entry( SMB_DEV_T dev, SMB_INO_T inode,
|
||||
struct locking_data *data;
|
||||
int i, del_count=0;
|
||||
share_mode_entry *shares;
|
||||
ssize_t count;
|
||||
ssize_t count = 0;
|
||||
|
||||
if (ppse)
|
||||
*ppse = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user