fix broadcast

This commit is contained in:
Zack Scholl 2018-06-24 06:18:48 -07:00
parent 67bceee220
commit cc79aaeecb
1 changed files with 1 additions and 0 deletions

View File

@ -615,6 +615,7 @@ func (c *Connection) runClient(serverName string) error {
if !fileTransfered {
fmt.Fprintf(os.Stderr, "\nNo mutual consent")
return nil
} else if c.IsSender {
if responses.gotTimeout {
fmt.Println("Timeout waiting for receiver")