network "default" --> bb_INET_default. Reduce 2 exported from find applet

This commit is contained in:
"Vladimir N. Oleynik"
2005-09-22 11:11:11 +00:00
parent 9d7010ca86
commit 007a011647
3 changed files with 6 additions and 5 deletions

View File

@ -347,7 +347,7 @@ static void INET6_setroute(int action, char **args)
/* We know args isn't NULL from the check in route_main. */
const char *target = *args++;
if (strcmp(target, "default") == 0) {
if (strcmp(target, bb_INET_default) == 0) {
prefix_len = 0;
memset(&sa6, 0, sizeof(sa6));
} else {