summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-03 11:20:30 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-03 11:20:30 -0400
commit7d83c476e68e81e28f527cea7acb5f7c01dfe068 (patch)
tree79a6e5c90c088ad4eda5a53eb0e0e0ddbc7ceaf0 /bin
parent47d7d3e6ae99e1c57e2777a2d395521ad46ce42c (diff)
nshd-tester: update default cmdname
Diffstat (limited to 'bin')
-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) {