diff --git a/src/core/config.h b/src/core/config.h index e35fd6dabac..06fe5cbb7b1 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -111,7 +111,10 @@ #define COMP_PARAM ";comp=" #define COMP_PARAM_LEN (sizeof(COMP_PARAM)-1) -#define SOCKNAME_PARAM ";sn=" +#define SOCKNAME_ATTR "sn" +#define SOCKNAME_ATTR_LEN (sizeof(SOCKNAME_ATTR)-1) + +#define SOCKNAME_PARAM ";" SOCKNAME_ATTR "=" #define SOCKNAME_PARAM_LEN (sizeof(SOCKNAME_PARAM)-1) #define SIGCOMP_NAME "sigcomp"