mirror of
				git://erdgeist.org/opentracker
				synced 2025-11-03 19:33:23 +08:00 
			
		
		
		
	Remove debug code for self pipes
This commit is contained in:
		
							parent
							
								
									d6d4fb0668
								
							
						
					
					
						commit
						6411f1567f
					
				@ -270,10 +270,9 @@ static void * server_mainloop( void * args ) {
 | 
			
		||||
        handle_accept( sock );
 | 
			
		||||
      else if( (intptr_t)cookie == FLAG_UDP )
 | 
			
		||||
        handle_udp6( sock, &ws );
 | 
			
		||||
      else if( (intptr_t)cookie == FLAG_SELFPIPE ) {
 | 
			
		||||
      else if( (intptr_t)cookie == FLAG_SELFPIPE )
 | 
			
		||||
        io_tryread( sock, ws.inbuf, G_INBUF_SIZE );
 | 
			
		||||
        fprintf(stderr, "pipe\n");
 | 
			
		||||
      } else
 | 
			
		||||
      else
 | 
			
		||||
        handle_read( sock, &ws );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user