aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cmd/simple-client/simple_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cmd/simple-client/simple_client.go')
-rw-r--r--examples/cmd/simple-client/simple_client.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cmd/simple-client/simple_client.go b/examples/cmd/simple-client/simple_client.go
index 8f10360..67dc14b 100644
--- a/examples/cmd/simple-client/simple_client.go
+++ b/examples/cmd/simple-client/simple_client.go
@@ -35,7 +35,7 @@ func main() {
fmt.Println("Starting simple VPP client...")
// connect to VPP
- conn, err := govpp.Connect()
+ conn, err := govpp.Connect("")
if err != nil {
fmt.Println("Error:", err)
os.Exit(1)
@@ -218,4 +218,4 @@ func interfaceNotifications(ch *api.Channel) {
// unsubscribe from delivery of the notifications
ch.UnsubscribeNotification(subs)
-}
+} \ No newline at end of file