Browse Source

* Don't cache double msgs

Bryan Drewery 17 năm trước cách đây
mục cha
commit
2f6f91a58f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/mod/server.mod/server.c

+ 1 - 0
src/mod/server.mod/server.c

@@ -548,6 +548,7 @@ void queue_server(int which, char *buf, int len)
   case DP_CACHE:
     h = &cacheq;
     tempq = cacheq;
+    doublemsg = 0;
     break;
 
   default: