summary refs log tree commit diff
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 03955bd..ad34b45 100644
--- a/daemon.c
+++ b/daemon.c
@@ -191,7 +191,6 @@ static void setTitle(void) {
 
 int main(int argc, char *argv[]) {
 	int error;
-	setprogname(argv[0]);
 	openlog(getprogname(), LOG_NDELAY | LOG_PID | LOG_PERROR, LOG_DAEMON);
 
 	bool daemonize = true;