Skip to content

Commit

Permalink
Merge branch 'dev-mtsugawa-euca-13034' into security-4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsugawa committed Jan 10, 2017
2 parents bfe5dec + d6aae25 commit a2f89e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/euca_gni.c
Original file line number Diff line number Diff line change
Expand Up @@ -4321,7 +4321,7 @@ int gni_iterate(globalNetworkInfo * gni, int mode)

if (mode == GNI_ITERATE_PRINT)
LOGTRACE("managed_subnets: \n");
for (i = 0; i < gni->max_subnets; i++) {
for (i = 0; i < gni->max_managedSubnets; i++) {
strptra = hex2dot(gni->managedSubnet[i].subnet);
if (mode == GNI_ITERATE_PRINT)
LOGTRACE("\tmanaged_subnet %d: %s\n", i, SP(strptra));
Expand Down

0 comments on commit a2f89e9

Please sign in to comment.