Revision 9634d903 slirp/debug.c

b/slirp/debug.c
92 92

  
93 93
	lprint(" \r\n");
94 94

  
95
	if (if_comp & IF_COMPRESS)
95
	if (IF_COMP & IF_COMPRESS)
96 96
	   strcpy(buff, "on");
97
	else if (if_comp & IF_NOCOMPRESS)
97
	else if (IF_COMP & IF_NOCOMPRESS)
98 98
	   strcpy(buff, "off");
99 99
	else
100 100
	   strcpy(buff, "off (for now)");

Also available in: Unified diff