r20637: Don't check for NULL pointers when the pointer is guaranteed to not be NULL
commit95f7f4d001684d447ce8e0f880200cfac89f011a
authorJelmer Vernooij <jelmer@samba.org>
Tue, 9 Jan 2007 23:41:25 +0000 (9 23:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:19 +0000 (10 14:37 -0500)
treeaf93da8a5924c4d0ab5b882cfbed24e6ea5a8052
parenta338d29bc1e7d902190cc5ddb370eebc2ea4929d
r20637: Don't check for NULL pointers when the pointer is guaranteed to not be NULL
(if it is a ref pointer).
(This used to be commit 419547df76c38fde1f54b06dc633832523ad3394)
source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
source4/pidl/lib/Parse/Pidl/Util.pm
source4/pidl/tests/samba-ndr.pl [new file with mode: 0755]