You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
272 B

  1. --- a/src/lxc/monitor.c
  2. +++ b/src/lxc/monitor.c
  3. @@ -181,7 +181,7 @@ int lxc_monitor_sock_name(const char *lx
  4. int lxc_monitor_open(const char *lxcpath)
  5. {
  6. struct sockaddr_un addr;
  7. - int fd,ret;
  8. + int fd,ret = 0;
  9. int retry,backoff_ms[] = {10, 50, 100};
  10. size_t len;