bug 12569: Correct error handling for acquire IP address

status 12569: resolved fixed
This commit is contained in:
bfederle 2011-12-22 15:36:18 -08:00
parent 46ebc1e032
commit c429a66306

View File

@ -530,8 +530,8 @@
});
},
error: function(data) {
args.response.error(parseXMLHttpResponse(data));
error: function(json) {
args.response.error(parseXMLHttpResponse(json));
}
});
},