virBufferVSprintf(buf, " <source path='%s'/>\n",
value);
} else if (STREQ(type, "tcp")) {
+ sa_assert (value);
const char *offset = strchr(value, ':');
const char *offset2;
const char *mode, *protocol;
" <protocol type='%s'/>\n",
protocol);
} else if (STREQ(type, "udp")) {
+ sa_assert (value);
const char *offset = strchr(value, ':');
const char *offset2, *offset3;
}
} else if (STREQ(type, "unix")) {
+ sa_assert (value);
const char *offset = strchr(value, ',');
int dolisten = 0;
if (offset)