Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / dbuf.c
index be96d72f6ed1809da3d78375ea3d0750fe859e9a..c6bc38f55f612601236d77d88e17ffd9941a750f 100644 (file)
@@ -165,7 +165,7 @@ int dbuf_put(struct DBuf *dyn, const char *buf, unsigned int length)
          * attempt to recover from buffer starvation before
          * bailing this may help servers running out of memory
          */
-        flush_sendq_except(dyn);
+        flush_sendq_except();
         if (0 == (db = dbuf_alloc()))
 #endif
           return dbuf_malloc_error(dyn);