- Fix a logic error when updating plex configuration.

Approved by:	pjd (mentor)
This commit is contained in:
lulf 2008-07-11 16:46:29 +00:00
parent 8c9ef7c312
commit 5cc7bcb02c

View File

@ -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;
}
/*