Commit c7b99a93 authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

Nest: Fixes one of previous commit

parent dbf4c0cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ idval:
       $$ = SYM_VAL($1).i;
#ifndef IPV6
     else if ($1->class == (SYM_CONSTANT | T_IP))
       $$ = SYM_VAL($1).px.ip;
       $$ = ipa_to_u32(SYM_VAL($1).px.ip);
#endif
     else
       cf_error("Number of IPv4 address constant expected");