aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/ipcutils.c')
-rw-r--r--sys-utils/ipcutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/ipcutils.c b/sys-utils/ipcutils.c
index e3da523b7c..c130103fd8 100644
--- a/sys-utils/ipcutils.c
+++ b/sys-utils/ipcutils.c
@@ -715,7 +715,7 @@ int posix_ipc_msg_get_info(const char *name, struct posix_msg_data **msgds)
}
fclose(f);
- p->mname = strconcat("/", de->d_name);
+ p->mname = ul_strconcat("/", de->d_name);
mqd_t mq = mq_open(p->mname, O_RDONLY);
struct mq_attr attr;