Revert an accidental change in previous commit.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3634 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									2f4a40e569
								
							
						
					
					
						commit
						3f9b2b1f63
					
				| 
						 | 
				
			
			@ -327,6 +327,8 @@ fork_exec(struct socket *so, const char *ex, int do_pty)
 | 
			
		|||
			lprint("Error: openpty failed: %s\n", strerror(errno));
 | 
			
		||||
			return 0;
 | 
			
		||||
		}
 | 
			
		||||
#else
 | 
			
		||||
                return 0;
 | 
			
		||||
#endif
 | 
			
		||||
	} else {
 | 
			
		||||
		addr.sin_family = AF_INET;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue