add comment

This commit is contained in:
Jim Kingdon 1993-06-25 22:34:44 +00:00
parent 16e1d1d361
commit a4cb75b801
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ remote_start_remote (dummy)
char *dummy;
{
/* Ack any packet which the remote side has already sent. */
/* I'm not sure this \r is needed; we don't use it any other time we
send an ack. */
SERIAL_WRITE (remote_desc, "+\r", 2);
putpkt ("?"); /* initiate a query from remote machine */