aboutsummaryrefslogtreecommitdiffstats
path: root/www/squidguard/files/patch-src__sgDiv.c
blob: 7fcec6a6dc82f12590cd360cb53a38279e4f7e0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/sgDiv.c.orig	2008-03-12 20:41:53 UTC
+++ src/sgDiv.c
@@ -771,7 +771,7 @@ void sgEmergency ()
   }
   sgLogError("Going into emergency mode");
   while(fgets(buf, MAX_BUF, stdin) != NULL){
-    puts("");
+    puts("ERR");
     fflush(stdout);
   }
   sgLogError("ending emergency mode, stdin empty");