]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/service.c
tree-wide: drop NULL sentinel from strjoin
[thirdparty/systemd.git] / src / core / service.c
index 53c26984ca8dd55c4f91a35071c10edcddef122f..5a9b01dadbeeb192f05ae92071fe5dfba9df05a4 100644 (file)
@@ -3260,7 +3260,7 @@ int service_set_socket_fd(Service *s, int fd, Socket *sock, bool selinux_context
                 if (UNIT(s)->description) {
                         _cleanup_free_ char *a;
 
-                        a = strjoin(UNIT(s)->description, " (", peer, ")", NULL);
+                        a = strjoin(UNIT(s)->description, " (", peer, ")");
                         if (!a)
                                 return -ENOMEM;