0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-17 15:30:52 +01:00

sslproc: process title of ssld seemed gramatically weird (nitpicking)

This commit is contained in:
William Pitcock 2016-01-06 02:15:23 -06:00
parent 03906030a3
commit b697c3296a

View file

@ -262,7 +262,7 @@ start_ssldaemon(int count, const char *ssl_cert, const char *ssl_private_key, co
} }
ssld_path = rb_strdup(fullpath); 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[0] = buf;
parv[1] = NULL; parv[1] = NULL;