summaryrefslogtreecommitdiffstats
path: root/src/usr/lotest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/lotest.c')
-rw-r--r--src/usr/lotest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/lotest.c b/src/usr/lotest.c
index 6b75b5048..5b88ef27e 100644
--- a/src/usr/lotest.c
+++ b/src/usr/lotest.c
@@ -208,9 +208,9 @@ int loopback_test ( struct net_device *sender, struct net_device *receiver,
return rc;
/* Wait for link-up */
- if ( ( rc = iflinkwait ( sender, 0 ) ) != 0 )
+ if ( ( rc = iflinkwait ( sender, 0, 0 ) ) != 0 )
return rc;
- if ( ( rc = iflinkwait ( receiver, 0 ) ) != 0 )
+ if ( ( rc = iflinkwait ( receiver, 0, 0 ) ) != 0 )
return rc;
/* Allocate data buffer */