accept_loop.c
changeset 13 23a242d7b7fa
parent 10 d07309450285
child 22 822094314703
equal deleted inserted replaced
12:191b3c25974a 13:23a242d7b7fa
    91 		}
    91 		}
    92 	}
    92 	}
    93 
    93 
    94 	/* stdin closed */
    94 	/* stdin closed */
    95 	debug( 1, LOC, "End of stream\n" );
    95 	debug( 1, LOC, "End of stream\n" );
    96 	report_speed();
       
    97 	return( 0 );
    96 	return( 0 );
    98 }
    97 }
    99 
    98