Skip to content

Commit

Permalink
Update lib/zookeeper.js
Browse files Browse the repository at this point in the history
Commented out change made by  vincent-zhao
  • Loading branch information
yfinkelstein committed Aug 6, 2012
1 parent b5562e6 commit 3e17d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/zookeeper.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,13 @@ ZooKeeper.prototype.connect = function connect(options, cb) {
self.on('error', errorHandler);
self.on('connect', connectHandler);

/** commenting out change initilly made by vincent-zhao
self.a_get('/',false,function(rc,error,stat,data){
if(rc != 0){
cb(error);
}
});
*/
}

ZooKeeper.prototype.close = function close() {
Expand Down

0 comments on commit 3e17d1b

Please sign in to comment.