mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
14 lines
179 B
C
14 lines
179 B
C
|
|
$FreeBSD$
|
|
|
|
--- main/frame.c
|
|
+++ main/frame.c
|
|
@@ -1260,7 +1260,7 @@
|
|
|
|
switch(type) {
|
|
case TYPE_DONTSEND:
|
|
- return 0;
|
|
+ return 2;
|
|
break;
|
|
case TYPE_SILENCE:
|
|
return 4;
|