From f1108fb98f55b19642cf5fd4d077ddb8788e60b1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 28 Feb 2014 10:04:36 +0100 Subject: [PATCH] obvious typo --- src/surf/surf_routing_full.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_routing_full.cpp b/src/surf/surf_routing_full.cpp index 4c0aeb0359..293b317497 100644 --- a/src/surf/surf_routing_full.cpp +++ b/src/surf/surf_routing_full.cpp @@ -182,7 +182,7 @@ void AsFull::parseRoute(sg_platf_route_cbarg_t route) "between \"%s\" and \"%s\"", src, dst); } } else { - if (!route->gw_dst && !route->gw_dst) + if (!route->gw_src && !route->gw_dst) XBT_DEBUG("Load Route from \"%s\" to \"%s\"", src, dst); else { // FIXME We can call a gw which is down the current AS (cf g5k.xml) but not upper. -- 2.20.1