Commit 2a5da243 by Stéphane Graber

Merge pull request #557 from dangowrt/fix-build-on-ppc

fix build on mpc85xx
parents d9b32b09 f58ad87a
......@@ -182,7 +182,7 @@ int lxc_monitor_sock_name(const char *lxcpath, struct sockaddr_un *addr) {
int lxc_monitor_open(const char *lxcpath)
{
struct sockaddr_un addr;
int fd,ret;
int fd,ret = 0;
int retry,backoff_ms[] = {10, 50, 100};
size_t len;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment