Grant Henke has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/15404


Change subject: [build] Fix compilation when NO_CHRONY is not defined
......................................................................

[build] Fix compilation when NO_CHRONY is not defined

I found when building the test binary jar that compilation fails
when `NO_CHRONY` is not defined because `num_ntp_servers`
is accessed outside of the `NO_CHRONY` guard but does
not exist when `!NO_CHRONY`.

This patch fixes compilation by moving it into the guard.

Change-Id: I9b6cc4bda188fb56f6dc4c67653ecdaecb7ad2de
---
M src/kudu/mini-cluster/external_mini_cluster.cc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/15404/1
--
To view, visit http://gerrit.cloudera.org:8080/15404
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b6cc4bda188fb56f6dc4c67653ecdaecb7ad2de
Gerrit-Change-Number: 15404
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <[email protected]>

Reply via email to