From 7d83c476e68e81e28f527cea7acb5f7c01dfe068 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 3 Sep 2017 11:20:30 -0400 Subject: nshd-tester: update default cmdname --- bin/nshd-tester.c | 4 ++-- 1 file 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 +/* Copyright (C) 2015, 2017 Luke Shumaker * * 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) { -- cgit v1.2.2