about summary refs log tree commit diff
path: root/bounce.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-05 22:10:59 -0400
committerJune McEnroe <june@causal.agency>2021-10-05 22:10:59 -0400
commit243278fd360fb291a43a8ed2c8bed75d81e69660 (patch)
treeab55110fe9c5a4b22d6e9ea13eaafa41ba07ad45 /bounce.c
parentFreeBSD: Remove capsicum support (diff)
downloadpounce-243278fd360fb291a43a8ed2c8bed75d81e69660.tar.gz
pounce-243278fd360fb291a43a8ed2c8bed75d81e69660.zip
Delete local-path socket like normal
Diffstat (limited to 'bounce.c')
-rw-r--r--bounce.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.c b/bounce.c
index beab2bc..2548626 100644
--- a/bounce.c
+++ b/bounce.c
@@ -530,6 +530,7 @@ int main(int argc, char *argv[]) {
 		}
 		clientFree(client);
 	}
+	if (bindPath[0]) unlink(bindPath);
 }
 
 #ifdef __OpenBSD__