Skip to content

Commit

Permalink
Fix compilation issue bringed by moby#8319
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Morozov <[email protected]>
  • Loading branch information
LK4D4 committed Oct 29, 2014
1 parent fd19e47 commit 4da2572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/networkdriver/ipallocator/allocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"net"
"sync"

log "github.com/Sirupsen/logrus"
"github.com/docker/docker/daemon/networkdriver"
"github.com/docker/docker/pkg/log"
)

// allocatedMap is thread-unsafe set of allocated IP
Expand Down

0 comments on commit 4da2572

Please sign in to comment.