author | Olivier Brunel
<jjk@jjacky.com> 2018-02-25 22:42:41 UTC |
committer | Olivier Brunel
<jjk@jjacky.com> 2018-02-25 22:43:15 UTC |
parent | af26d2d8e73bd80bb49e14d5fb076e6619771d24 |
src/anopa/start-stop.c | +2 | -0 |
diff --git a/src/anopa/start-stop.c b/src/anopa/start-stop.c index 9887ae8..c1aa1c6 100644 --- a/src/anopa/start-stop.c +++ b/src/anopa/start-stop.c @@ -408,7 +408,9 @@ close_fd_for (int fd, int si) if (pg->is_drawn) clear_draw (); pg->si = -1; + pg->is_drawn = 0; pg->aa_pg.sa.len = 0; + aa_service (si)->pi = -1; } aa_service (si)->fd_progress = -1; }