format_config: print preferred plex correctly.
This commit is contained in:
parent
c4bbdf0e5a
commit
21c3b10bbc
@ -536,6 +536,7 @@ format_config(char *config, int len)
|
||||
volume_state(vol->state));
|
||||
if (vol->preferred_plex >= 0) /* preferences, */
|
||||
snprintf(s,
|
||||
configend - s,
|
||||
" readpol prefer %s",
|
||||
vinum_conf.plex[vol->preferred_plex].name);
|
||||
while (*s)
|
||||
|
Loading…
Reference in New Issue
Block a user