1
0
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:
Andrew Tridgell
2004-12-03 07:20:30 +00:00
committed by Gerald (Jerry) Carter
parent b0f6e21481
commit eec698254f
31 changed files with 64 additions and 67 deletions

View File

@@ -1644,7 +1644,7 @@ struct smb_notify {
struct {
uint32_t num_changes;
struct {
struct notify_changes {
uint32_t action;
WIRE_STRING name;
} *changes;