]> git.ipfire.org Git - thirdparty/samba.git/commit
lib: Save lines by avoiding explicit ZERO_STRUCTP calls
authorVolker Lendecke <vl@samba.org>
Fri, 4 Apr 2025 10:24:59 +0000 (12:24 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 15 May 2025 14:03:34 +0000 (14:03 +0000)
commit0a0abbf2939bac2ffcf340aab35b9b1b98bcac96
tree6f70bad648eaaa65ea6496415cde7f8a9f35cc2b
parent8a59c1c954c5c2b33a8b25704583bd5f31081862
lib: Save lines by avoiding explicit ZERO_STRUCTP calls

SMB_CALLOC_ARRAY(..., 1) does this.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/auth/pampass.c
source3/lib/interface.c
source3/modules/vfs_readahead.c
source3/modules/vfs_shadow_copy.c
source3/printing/printing_db.c
source3/registry/regfio.c
source3/winbindd/winbindd_cache.c