Commit adaeaa99 by Daniel Lezcano Committed by Daniel Lezcano

Fix abstract af_unix socket name

Fix a typo making the abstract af_unix socket name to be wrong. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 884866b3
......@@ -35,6 +35,7 @@
#include "commands.h"
#include "mainloop.h"
#include "af_unix.h"
#include "config.h"
/*
* This file provides the different functions to have the client
......@@ -52,7 +53,7 @@
lxc_log_define(lxc_commands, lxc);
#define abstractname "LXCPATH/%s/command"
#define abstractname LXCPATH "/%s/command"
static int receive_answer(int sock, struct lxc_answer *answer)
{
......
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