Explorar el Código

* Sanity check in cacaserver.c.

tags/v0.99.beta14
Sam Hocevar sam hace 20 años
padre
commit
6f6b3b3ac2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/cacaserver.c

+ 3
- 0
src/cacaserver.c Ver fichero

@@ -224,6 +224,9 @@ int main(void)


server->qq = cucul_load(buf, size); server->qq = cucul_load(buf, size);


if(!server->qq)
continue; /* Load error */

/* Free the previous export buffer, if any */ /* Free the previous export buffer, if any */
if(server->ex) if(server->ex)
{ {


Cargando…
Cancelar
Guardar