diff --git a/neoxmlinutil.js b/neoxmlinutil.js
index 79ffaf1..90a30ff 100644
--- a/neoxmlinutil.js
+++ b/neoxmlinutil.js
@@ -74,7 +74,7 @@ function getReverseUrl(msisdn, callback) {
         getReverseUrlFromDb(msisdn, callback);
     } else {
         logger.verbose('Got cache hit on reverse url for ' + msisdn);
-        callback(null, retval);
+        callback(null, urls);
     }
 }