chiark / gitweb /
util: rework strappenda(), and rename it strjoina()
[elogind.git] / src / journal-remote / journal-remote.c
index f1c409cd94df87497b7624cae428558b5d7c82c0..8f32a9a988e94d65896b89393f06c18d5db69c1d 100644 (file)
@@ -885,7 +885,7 @@ static int remoteserver_init(RemoteServer *s,
         if (arg_url) {
                 const char *url, *hostname;
 
-                url = strappenda(arg_url, "/entries");
+                url = strjoina(arg_url, "/entries");
 
                 if (arg_getter) {
                         log_info("Spawning getter %s...", url);