]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Remove a pointless ZERO_STRUCT()
authorVolker Lendecke <vl@samba.org>
Sat, 22 Feb 2020 10:21:44 +0000 (11:21 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Feb 2020 17:44:44 +0000 (17:44 +0000)
commit78eae77ec1ea82337540026ea4501f222b5d54a3
tree574e528b82a706509f817a92e3571c56b56c26d5
parentd7281e3210373725787e1b69d59bc12a5712b425
libsmb: Remove a pointless ZERO_STRUCT()

"c" is a pointer that was initialized to NULL above

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/libsmb_server.c