Skip to content
  • Chad Barb's avatar
    · 5a8a8f27
    Chad Barb authored
    There were two "uninitialized variable used" warnings..
    one was due to a check for $type ne "", which I changed to
    ((defined $type) && ($type ne "")).
    
    The other is due to NULL values in the iface column of the interfaces table.
    Rob is going to change the schema to disallow such NULLs.
    5a8a8f27