summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70f4e6d)
raw | patch | inline | side by side (parent: 70f4e6d)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 Mar 2013 22:05:11 +0000 (23:05 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 Mar 2013 22:05:11 +0000 (23:05 +0100) |
This is just to be consistent with the other plugins.
src/backend/mk-livestatus.c | patch | blob | history |
index 87c44deb7b920d56cc3c82542d17b4140f4899aa..adc9cee9188754a913f4244d3db16a23e9d3d27b 100644 (file)
return -1;
}
- snprintf(cb_name, sizeof(cb_name), "mk-livestatus-%s", name);
+ snprintf(cb_name, sizeof(cb_name), "mk-livestatus::%s", name);
cb_name[sizeof(cb_name) - 1] = '\0';
client = sdb_unixsock_client_create(socket_path);