Skip to content

Commit

Permalink
Fix bug in NetUtil caching.
Browse files Browse the repository at this point in the history
Fixes #3586.

RELNOTES: None.
PiperOrigin-RevId: 169303481
  • Loading branch information
ericfelly authored and laszlocsomor committed Sep 20, 2017
1 parent c89a8ac commit 0bc9b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static String getCachedShortHostName() {
}
}
}
return computeShortHostName();
return hostname;
}

/**
Expand Down

0 comments on commit 0bc9b3e

Please sign in to comment.