brlock: Use 0 instead of empty initializer list
authorChristof Schmitt <cs@samba.org>
Wed, 11 Mar 2015 22:54:55 +0000 (15:54 -0700)
committerChristof Schmitt <cs@samba.org>
Thu, 12 Mar 2015 01:49:36 +0000 (02:49 +0100)
commitddcf3614ce14e7cb03195e36f872043542bc4ec1
tree2a4b084f9b40f58dc694638c71b779fcad3dd9bb
parent9643a4b1ef2ada764f454ecc82aa6936217967fc
brlock: Use 0 instead of empty initializer list

C does not allow empty initializer lists. Although gcc accepts that, the
SunOS compiler fails in this case with an error.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11153

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Christof Schmitt <cs@samba.org>
Autobuild-Date(master): Thu Mar 12 02:49:36 CET 2015 on sn-devel-104
source3/locking/brlock.c