altos: Make sure config values are loaded in 'c s' command
authorKeith Packard <keithp@keithp.com>
Wed, 28 Mar 2012 07:38:37 +0000 (00:38 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Mar 2012 07:39:56 +0000 (00:39 -0700)
commitd60862fce6ac27a97ad6337eea32a4b48645d158
treec9c6f068a5c1e9dede0108fec64f11bce438a34f
parentb98f75dbcccd40c8cbf32c3bfd21bd6f5648b861
altos: Make sure config values are loaded in 'c s' command

ao_config_get may not have been called when ao_config_show is invoked
by the user, so make sure the config values are loaded before showing
uninitialized data.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_config.c