Add status of process

This commit is contained in:
Nick Peng
2018-08-03 22:49:55 +08:00
parent f5863e4d82
commit 08c1f5e8d1
9 changed files with 178 additions and 101 deletions

View File

@@ -38,7 +38,7 @@ int config_bind(char *value)
int config_server_name(char *value)
{
strncpy(dns_conf_server_name, value, DNS_MAX_CNAME_LEN);
strncpy(dns_conf_server_name, value, DNS_MAX_CONF_CNAME_LEN);
return 0;
}