From fd3da82dd7772419c01bb751e5b5cb7f198b4752 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 26 Jan 2023 19:14:05 +0100 Subject: websocket bugfix: socket leak --- tests/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 898afbf..c88a285 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -36,7 +36,6 @@ LDFLAGS+=-pie UNITS=\ auth.cpp \ config.cpp \ - error.cpp \ fastcgiprocess.cpp \ http.cpp \ plugin.cpp \ @@ -91,8 +90,6 @@ auth.o: ../auth.cpp $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ config.o: ../config.cpp $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ -error.o: ../error.cpp - $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ fastcgiprocess.o: ../plugins/fcgi/fastcgiprocess.cpp $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ http.o: ../http.cpp -- cgit v1.2.3