]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: silent some compiler warning about unitialized value
authorVincent Bernat <bernat@luffy.cx>
Wed, 26 Sep 2012 21:37:45 +0000 (23:37 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 26 Sep 2012 21:37:45 +0000 (23:37 +0200)
src/lib/atom-private.c

index 221f03aff38e4ec2096e4270218fd017d0ddd845..d7898bff618d6af7725b0c9b9a903dae1feeaad5 100644 (file)
@@ -2506,7 +2506,7 @@ struct atom_builder builders[] = {
          .get_str = _lldpctl_atom_get_str_med_power,
          .set_str = _lldpctl_atom_set_str_med_power },
 #endif
-       { 0 }
+       { 0, 0 }
 };
 
 lldpctl_atom_t*