s4:torture: Use C99 initializers for dirs in oplock test
authorAndreas Schneider <asn@samba.org>
Thu, 13 Dec 2018 11:53:39 +0000 (12:53 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 28 Jan 2019 09:29:24 +0000 (10:29 +0100)
commit6395a9a85a88c1be275529d44fade7315ee24203
tree3414c31080a748fe600aaa065e05b9734d5ff29d
parent4d1ae1904dfc08d4031ddb4ba53603024d5ea595
s4:torture: Use C99 initializers for dirs in oplock test

Yes, this was already valid C99 but the compiler on Ubuntu 14.04 simply
sucks. This doesn't happen with this gcc version on other Linux systems.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/torture/raw/oplock.c