Mercurial > masqmail
diff src/conf.c @ 234:4b40be6f1cbd
renamed the default route for the local net
it was called: local_net (default)
now it is called: default local_net_route
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 22 Oct 2010 11:06:09 -0300 |
parents | 996b53a50f55 |
children | e758296de02d |
line wrap: on
line diff
--- a/src/conf.c Thu Oct 21 18:52:50 2010 -0300 +++ b/src/conf.c Fri Oct 22 11:06:09 2010 -0300 @@ -897,7 +897,7 @@ memset(route, 0, sizeof(connect_route)); route->protocol = g_strdup("smtp"); route->is_local_net = TRUE; - route->name = g_strdup("local_net (default)"); + route->name = g_strdup("default local_net_route"); route->expand_h_sender_address = TRUE; route->resolve_list = g_list_append(NULL, resolve_byname); route->connect_error_fail = TRUE;