smbd: Use a struct initializer brl_lock
commit432130c57248b7f8085f7978053d1f6cdfb02b4a
authorVolker Lendecke <vl@samba.org>
Fri, 11 Jul 2014 10:41:54 +0000 (11 12:41 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 22 Jul 2014 13:32:39 +0000 (22 15:32 +0200)
treee01dacd96a404ea1a93d2a5cc60ddb57e469a05a
parent164e0cb23cd2e30d4cd2cb4ca2bad32e885bb754
smbd: Use a struct initializer brl_lock

Avoids a #ifdef DEVELOPER and saves a few bytes .text

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/locking/brlock.c