From d53668e7f9a0a69ec85fe5783d661000865c1585 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Tue, 29 Nov 2011 18:53:52 -0700
Subject: [PATCH] fix a sloppy typo.  issue #566

---
 lib/db/mysql.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/db/mysql.js b/lib/db/mysql.js
index c1d417916..0ecdc2738 100644
--- a/lib/db/mysql.js
+++ b/lib/db/mysql.js
@@ -454,7 +454,7 @@ exports.addTestUser = function(email, hash, cb) {
     });
 };
 
-exports.ping = function() {
+exports.ping = function(cb) {
   client.ping(function(err) {
     cb(err);
   });
-- 
GitLab