Skip to content

Commit

Permalink
Related-Bug: #1638750
Browse files Browse the repository at this point in the history
Passing correct arg list in executeQuery.

Change-Id: I85e017b4c1cd84754ff1fa801a0f1aebc8acc1c9
(cherry picked from commit c76c0e8)
  • Loading branch information
biswajit-mandal committed Nov 3, 2016
1 parent 0fb8b59 commit 58d17ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ function getUnderlayPath (req, res, appData)

var queryJSON = queries.buildUnderlayQuery(data);

queries.executeQueryString(queryJSON, function(err, result) {
queries.executeQueryString(queryJSON, appData, function(err, result) {
var flowPostData = {};
flowPostData['cfilt'] = ['PRouterEntry:ipMib', 'ContrailConfig'];
var url = '/analytics/uves/prouter';
Expand Down

0 comments on commit 58d17ba

Please sign in to comment.