Adjust overlay driver for netlink api change

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
This commit is contained in:
Jana Radhakrishnan
2015-07-02 10:39:43 -07:00
parent ef34c93d96
commit 69f7012abc
+1 -1
View File
@@ -155,7 +155,7 @@ func (n *network) initSandbox() error {
func (n *network) watchMiss(nlSock *nl.NetlinkSocket) {
for {
msgs, err := nlSock.Recieve()
msgs, err := nlSock.Receive()
if err != nil {
logrus.Errorf("Failed to receive from netlink: %v ", err)
continue