Skip to content

Commit 2641408

Browse files
authored
Merge pull request #3578 from jamulussoftware/bugfix/fixIpv6Passing
Add missing variable for IPv6
2 parents a2388e2 + 5e2f530 commit 2641408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clientdlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
4444
eLastDesign ( GD_ORIGINAL ), // "
4545
ClientSettingsDlg ( pNCliP, pNSetP, parent ),
4646
ChatDlg ( parent ),
47-
ConnectDlg ( pNSetP, bNewShowComplRegConnList, parent ),
47+
ConnectDlg ( pNSetP, bNewShowComplRegConnList, bNEnableIPv6, parent ),
4848
AnalyzerConsole ( pNCliP, parent )
4949
{
5050
setupUi ( this );

0 commit comments

Comments
 (0)