summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/nshd-tester.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nshd-tester.c b/bin/nshd-tester.c
index 110819d..260bce7 100644
--- a/bin/nshd-tester.c
+++ b/bin/nshd-tester.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 Luke Shumaker <lukeshu@sbcglobal.net>
+/* Copyright (C) 2015, 2017 Luke Shumaker <lukeshu@sbcglobal.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -94,7 +94,7 @@ int new_unix_sock(const char *filename, int type) {
return sock;
}
-char *cmdname = "nshd_runner";
+char *cmdname = "nshd-tester";
const char *notify_sockname = "notify.sock";
const char *nslcd_sockname = "nslcd.sock";
void cleanup(void) {