Unverified Commit c0469faf by tomponline Committed by Christian Brauner

monitor: shut up gcc.

Closes #2885. Signed-off-by: 's avatartomponline <tomp@tomp.uk>
parent 5bcb2cd7
...@@ -171,7 +171,7 @@ int lxc_monitor_close(int fd) ...@@ -171,7 +171,7 @@ int lxc_monitor_close(int fd)
*/ */
int lxc_monitor_sock_name(const char *lxcpath, struct sockaddr_un *addr) int lxc_monitor_sock_name(const char *lxcpath, struct sockaddr_un *addr)
{ {
__do_free char *path; __do_free char *path = NULL;
size_t len; size_t len;
int ret; int ret;
uint64_t hash; uint64_t hash;
......
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