Skip to content

Commit

Permalink
Don't request a hangup if waiting for a job and only one channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlancetaylor committed Sep 17, 1996
1 parent 77381ba commit 85ac3d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@ floop (qdaemon)
fhangup = FALSE;

if (qdaemon->fhangup_requested
&& qTsend == NULL)
&& qTsend == NULL
&& (qTreceive == NULL || qdaemon->cchans > 1))
{
/* The remote system has requested that we transfer
control by sending CYM after receiving a file. */
Expand Down

0 comments on commit 85ac3d1

Please sign in to comment.