Fix bad assignment due to wrong variable
Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
parent
bcd87ec4fc
commit
c09c3e4551
@ -360,7 +360,7 @@ mcast_config(config_object_t *config, mcast_options *args)
|
||||
if (!strcasecmp(value, "uuid")) {
|
||||
args->flags |= RF_UUID;
|
||||
} else if (!strcasecmp(value, "name")) {
|
||||
args->family &= ~RF_UUID;
|
||||
args->flags &= ~RF_UUID;
|
||||
} else {
|
||||
dbg_printf(1, "Unsupported name_mode: %s\n", value);
|
||||
++errors;
|
||||
|
Loading…
x
Reference in New Issue
Block a user