Skip to content

Commit

Permalink
fix #2, don't try to parse readOnly in connection requests
Browse files Browse the repository at this point in the history
  • Loading branch information
glerchundi committed Feb 9, 2015
1 parent 4e55085 commit 428db57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion keeper/packets.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ type ConnectReq struct {
TimeOut int32
SessionId int64
Passwd []byte
ReadOnly bool
// https://github.com/glerchundi/parkeeper/issues/2
//ReadOnly bool
}

type ConnectRep struct {
Expand Down
2 changes: 1 addition & 1 deletion release_version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const releaseVersion = "0.3.0"
const releaseVersion = "0.3.1"

0 comments on commit 428db57

Please sign in to comment.