Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k5prog.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ struct k5_command *k5_receive(int fd,int tmout) {
/* Assume we are out of sync and flush rx buffer by reading everything.
* This works because the boot message is repeated. */
while (len>0)
len =read_timeout(fd,(unsigned char *)&buf,sizeof(buf),10000);
len =read_timeout(fd,(unsigned char *)&buf,sizeof(buf),0);
return(0);
}

Expand Down