Skip to content

Commit

Permalink
chg: do not sleep when closing ssi:connect links
Browse files Browse the repository at this point in the history
  • Loading branch information
steenpass committed Jun 26, 2012
1 parent a5c073e commit e18c9a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Singular/ssiLink.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1033,13 +1033,6 @@ BOOLEAN ssiClose(si_link l)
}
}
}
else
{
if (d->send_quit_at_exit)
{
sleep(1);
}
}
if (d->f_read!=NULL) s_close(d->f_read);
if (d->f_write!=NULL) fclose(d->f_write);
if ((strcmp(l->mode,"tcp")==0)
Expand Down

0 comments on commit e18c9a7

Please sign in to comment.