Installer: fix a (possible) crash in show_ifconfig()
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Wed, 7 Mar 2012 15:01:15 +0000 (00:01 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Wed, 7 Mar 2012 15:14:32 +0000 (00:14 +0900)
commit5027ce51445bbf10c1392b0dfc9386edfedafbb4
tree42414eb7bd82827aca72eee549f3de2b2c0cc665
parent561283eb14813f4cef33dd29c40f0d1048c244eb
Installer: fix a (possible) crash in show_ifconfig()

inform() expects a printf-like format string as the second argument,
so you should always supply one instead of a random string by itself.

DragonFly-bug: <http://bugs.dragonflybsd.org/issues/1596>
usr.sbin/installer/dfuibe_installer/fn_diagnostic.c