s3:messaging: use struct initializers for 'struct messaging_rec'
authorStefan Metzmacher <metze@samba.org>
Thu, 7 Aug 2014 07:51:57 +0000 (09:51 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 24 Sep 2014 06:44:11 +0000 (08:44 +0200)
commitfbcd912bb6114d203a8645e9aec1c6134e9ebf3f
tree946516e95bf9c793b3ab19fcd6c46262cfd6a481
parent93423cb1f594244e916e4ac3cb1d32220c48c172
s3:messaging: use struct initializers for 'struct messaging_rec'

This makes sure new struct members will always be initialized,
without explicitly finding all users.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/lib/messages.c
source3/lib/messages_ctdbd.c