summaryrefslogtreecommitdiffstats
path: root/vpp-api/python/pneum/test_pneum.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-api/python/pneum/test_pneum.c')
-rw-r--r--vpp-api/python/pneum/test_pneum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-api/python/pneum/test_pneum.c b/vpp-api/python/pneum/test_pneum.c
index 20c29a7e754..49107197f88 100644
--- a/vpp-api/python/pneum/test_pneum.c
+++ b/vpp-api/python/pneum/test_pneum.c
@@ -76,7 +76,7 @@ int main (int argc, char ** argv)
vl_api_show_version_t message;
vl_api_show_version_t *mp;
int async = 1;
- int rv = pneum_connect("pneum_client", NULL);
+ int rv = pneum_connect("pneum_client", NULL, NULL);
if (rv != 0) {
printf("Connect failed: %d\n", rv);