1055852 fix build with older gcc

Authored and Committed by Ján Tomko 9 years ago
    fix build with older gcc
    
    Older gcc (4.1.2-55.el5, 4.2.1 on FreeBSD) reports bogus warnings:
    ../../src/conf/nwfilter_conf.c:2111: warning: 'protocol' may be used
    uninitialized in this function
    ../../src/conf/nwfilter_conf.c:2110: warning: 'dataProtocolID' may be
    used uninitialized in this function
    
    Initialize them to NULL to make the compiler happy.
    
        
file modified
+2 -2