Skip to content

Commit

Permalink
Update routesync.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosi authored Nov 13, 2024
1 parent 1a2f986 commit bee0c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpmsyncd/routesync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ RouteSync::RouteSync(RedisPipeline *pipeline) :
catch (const exception &e)
{
cout << "Exception \"" << e.what() << "\" had been thrown in daemon in loading constants.yml" << endl;
route_tag_not_to_appdb = 0;
route_tag_fallback_to_default_route = 0;
route_tag_not_to_appdb = 0xffffffff;
route_tag_fallback_to_default_route = 0xffffffff;
}
}

Expand Down

0 comments on commit bee0c31

Please sign in to comment.