diff options
| author | Roland Reichwein <mail@reichwein.it> | 2023-01-26 19:14:05 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2023-01-26 19:14:05 +0100 | 
| commit | fd3da82dd7772419c01bb751e5b5cb7f198b4752 (patch) | |
| tree | a22034831ec31df68b4e9cb22a1c51949e41b613 /Makefile | |
| parent | 9b0320c8b47c43adce1aa5d9821b67c1fa42e1d6 (diff) | |
websocket bugfix: socket leak
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 0 insertions, 3 deletions
@@ -39,7 +39,6 @@ LDFLAGS+=-pie  PROGSRC=\      auth.cpp \      config.cpp \ -    error.cpp \      http.cpp \      plugin.cpp \      privileges.cpp \ @@ -150,8 +149,6 @@ DISTFILES= \  	debian/webserver.install \  	debian/webserver.manpages \  	debian/webserver.service \ -	error.cpp \ -	error.h \  	http.cpp \  	http.h \  	install-webserver.sh \  | 
