Skip to content

Commit 0294cd0

Browse files
committed
tipc: fix build
1 parent 29ff9b3 commit 0294cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ redir_special_open (spec, filename, flags, mode, ri)
603603
return (RESTRICTED_REDIRECT);
604604
#endif
605605
#if defined (HAVE_NETWORK)
606-
fd = netopen_tipc(filename);
606+
fd = netopen_tipc(filename, ri);
607607
#else
608608
internal_warning(_("/dev/tipc/type/instance not supported without networking"));
609609
#endif /* HAVE_NETWORK */

0 commit comments

Comments
 (0)