Skip to content

Commit

Permalink
Fix MEDIAOPTIMIZE_RESPONSE enum code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaming2000 committed Sep 12, 2014
1 parent c534be0 commit 6d2dc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kinetic.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ option java_outer_classname = "Kinetic";
// the protocol version number by building this message
// and then reading the value.
message Local {
optional string protocolVersion = 1 [default = "3.0.4"];
optional string protocolVersion = 1 [default = "3.0.5"];
}

// THe message is an authorization and command bytes.
Expand Down Expand Up @@ -704,7 +704,7 @@ message Command {
// defragmentation, compaction, garbage collection, compression
// could be things accomplished using the media optimize command.
MEDIAOPTIMIZE = 40;
MEDIAOPTIMIZE_RESPONSE = 40;
MEDIAOPTIMIZE_RESPONSE = 39;
}

}

0 comments on commit 6d2dc12

Please sign in to comment.