]> git.ipfire.org Git - thirdparty/samba.git/commit
pidl: Wireshark: Don't assign hash undef, assign it an empty array
authorJohn Thacker <johnthacker@gmail.com>
Wed, 3 Jul 2024 12:00:59 +0000 (08:00 -0400)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Jul 2024 09:59:32 +0000 (09:59 +0000)
commit9870457e962b2ce2da590777aa4f58269361b95b
treee9a6ec3206755ff24ec99f722ca9073882486600
parent5b12d3d2e7d82bc07c1c1c96229ed0cd71a6a967
pidl: Wireshark: Don't assign hash undef, assign it an empty array

Pick up change from Wireshark:

    commit ade6577f109e2bf741909226254b758e79a816f1
    Author: John Thacker <johnthacker@gmail.com>
    Date:   Fri Jun 21 20:27:51 2024 -0400

        pidl: Don't assign hash undef, assign it an empty array

        Perl works, but complains if warnings are on, if a hash is
        initialized to undef instead of to empty. Upstream Samba turned on
        warnings in the next commit to catch things like this.

Signed-off-by: John Thacker <johnthacker@gmail.com>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
pidl/lib/Parse/Pidl/Wireshark/NDR.pm