diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-06-02 06:26:54 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-06-02 06:26:54 +0000 |
commit | b699efc45112b0c96a4e25ad8960ed99efb837bb (patch) | |
tree | 0c6d7405b922520a5a2dafd8e2232c59ca95bb42 /packet-nisplus.c | |
parent | 14ab278788649dda5708e23c012b27f79f58333a (diff) | |
download | wireshark-b699efc45112b0c96a4e25ad8960ed99efb837bb.tar.gz wireshark-b699efc45112b0c96a4e25ad8960ed99efb837bb.tar.bz2 wireshark-b699efc45112b0c96a4e25ad8960ed99efb837bb.zip |
Changes to structure initializations not to initialize some but not all
members, from Joerg Mayer.
svn path=/trunk/; revision=3501
Diffstat (limited to 'packet-nisplus.c')
-rw-r--r-- | packet-nisplus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packet-nisplus.c b/packet-nisplus.c index ee3b3d6b4d..a9a2adc131 100644 --- a/packet-nisplus.c +++ b/packet-nisplus.c @@ -1884,7 +1884,7 @@ static const vsff cb1_proc[] = { NULL, NULL }, { CBPROC_ERROR, "NULL", dissect_nisplus_error, NULL }, - { 0, NULL }, + { 0, NULL, NULL, NULL }, }; void |