libcli:auth: Use C99 initializers or ZERO_ARRAY instead of ZERO_STRUCT
commit6b2c6c0e56b048e29d97e7efe535ba56b41b10b5
authorAndreas Schneider <asn@samba.org>
Mon, 3 Dec 2018 14:42:03 +0000 (3 15:42 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 Dec 2018 11:16:40 +0000 (20 12:16 +0100)
treebabbe6454a10197f5d28a7fcb5b8eba02b323a2f
parent161d14f200933855ccd3b12ff228079333bc72f7
libcli:auth: Use C99 initializers or ZERO_ARRAY instead of ZERO_STRUCT

ZERO_STRUCT is not wrong here, it will give the same result, but better
use macros with correct naming as it makes clear what happens when you
read the code.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/auth/credentials.c