- Fix a logic error when updating plex configuration.
Approved by: pjd (mentor)
This commit is contained in:
parent
8c9ef7c312
commit
5cc7bcb02c
@ -491,8 +491,9 @@ gv_update_plex_config(struct gv_plex *p)
|
||||
s->state = GV_SD_STALE;
|
||||
p->flags &= ~GV_PLEX_ADDED;
|
||||
p->flags &= ~GV_PLEX_NEWBORN;
|
||||
p->state = GV_PLEX_DOWN;
|
||||
state = GV_PLEX_DOWN;
|
||||
}
|
||||
p->state = state;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user