mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
r4055: fixed more places to use type safe allocation macros
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b0f6e21481
commit
eec698254f
@@ -1644,7 +1644,7 @@ struct smb_notify {
|
||||
|
||||
struct {
|
||||
uint32_t num_changes;
|
||||
struct {
|
||||
struct notify_changes {
|
||||
uint32_t action;
|
||||
WIRE_STRING name;
|
||||
} *changes;
|
||||
|
||||
Reference in New Issue
Block a user