Skip to content

Commit

Permalink
Merge pull request logrhythm#59 from kjell-hedstrom/RemoveNtpActive
Browse files Browse the repository at this point in the history
Active is deprecated/commented out. All other IDs stay the same for back...
  • Loading branch information
Ben Aldrich committed Aug 6, 2013
2 parents c46d5b9 + cd6162e commit 6e1f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protofiles/NtpMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option java_outer_classname = "NtpMsg";

message Ntp {

optional bool active = 1;
// optional bool active = 1; // Deprecated. Active is no longer used
optional string master_server = 2;
optional string backup_server = 3;
}
Expand Down

0 comments on commit 6e1f3ad

Please sign in to comment.