Skip to content

Commit

Permalink
Merge "* Initialize netlink family ID after TCP socket creation Close…
Browse files Browse the repository at this point in the history
…s-bug:#1507071"
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 25, 2015
2 parents c027dff + 4f23431 commit 0534b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksync/ksync_sock.cc
Expand Up @@ -675,8 +675,8 @@ KSyncSockTcp::KSyncSockTcp(EventManager *evm,

void KSyncSockTcp::Init(EventManager *evm, ip::address ip_addr,
int port) {
SetNetlinkFamilyId(10);
KSyncSock::SetSockTableEntry(new KSyncSockTcp(evm, ip_addr, port));
SetNetlinkFamilyId(10);
KSyncSock::Init(false);
}

Expand Down

0 comments on commit 0534b51

Please sign in to comment.