sslproc: process title of ssld seemed gramatically weird (nitpicking)
This commit is contained in:
parent
03906030a3
commit
b697c3296a
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ start_ssldaemon(int count, const char *ssl_cert, const char *ssl_private_key, co
|
|||
}
|
||||
ssld_path = rb_strdup(fullpath);
|
||||
}
|
||||
rb_strlcpy(buf, "-ircd ssld daemon helper", sizeof(buf));
|
||||
rb_strlcpy(buf, "-ircd ssld daemon", sizeof(buf));
|
||||
parv[0] = buf;
|
||||
parv[1] = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue