domain-set: keep domain rules orders
This commit is contained in:
@@ -177,7 +177,7 @@ static int _smartdns_load_from_resolv(void)
|
||||
{
|
||||
FILE *fp = NULL;
|
||||
char line[MAX_LINE_LEN];
|
||||
char key[MAX_KEY_LEN];
|
||||
char key[MAX_KEY_LEN] = {0};
|
||||
char value[MAX_LINE_LEN];
|
||||
char ns_ip[DNS_MAX_IPLEN];
|
||||
int port = PORT_NOT_DEFINED;
|
||||
|
||||
Reference in New Issue
Block a user