Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
more misc cleanup - what was the arg there for?
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed Aug 27, 2010
1 parent 25012fa commit 7bb0c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/memcache.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Client.prototype.query = function(query, type, callback) {
this.conn.write(query + crlf);
};

Client.prototype.close = function(idx) {
Client.prototype.close = function() {
if (this.conn && this.conn.readyState === "open") {
this.conn.end();
this.conn = null;
Expand Down

0 comments on commit 7bb0c83

Please sign in to comment.