Skip to content

Commit

Permalink
message => msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed May 21, 2012
1 parent 26234fc commit 0f986ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway-server.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ var n6_proxy = function(request, res, data) {
if (('24000000' == functionID || '27000001' == functionID || '10005000' == functionID) && authResult.result != 200) { if (('24000000' == functionID || '27000001' == functionID || '10005000' == functionID) && authResult.result != 200) {
getAreaCode(result.msisdn, function(province) { getAreaCode(result.msisdn, function(province) {
debug_info('REQ_URL : '+request.url); debug_info('REQ_URL : '+request.url);
n6Service.getSubscribe(province, authResult.message, request.url, request.headers, data, function(subscribePage) { n6Service.getSubscribe(province, authResult.msg, request.url, request.headers, data, function(subscribePage) {
var tempHeaders = {}; var tempHeaders = {};
tempHeaders['Content-Length'] = subscribePage.length; tempHeaders['Content-Length'] = subscribePage.length;
res.writeHead(200, tempHeaders); res.writeHead(200, tempHeaders);
Expand Down

0 comments on commit 0f986ca

Please sign in to comment.