diff --git a/plugins/ws.c b/plugins/ws.c index e64c23f..4a6246e 100644 --- a/plugins/ws.c +++ b/plugins/ws.c @@ -178,6 +178,7 @@ void ws_f(int client, const char* file) ptr = fopen(file,"rb"); if(!ptr) { + ws_close(client,1011); return; }