X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2Fshm.c;h=1656adbdbd37aa1499179971ac63c20345532f56;hb=74d89c32c1f8928943e1ce7eae5d659d4fd601a9;hp=36f7e36b6a573dc2738b4444d92da563ed5830c9;hpb=616d144a2f9a1fcdadabc25e24f73c1a7ed2d4dc;p=lttng-ust.git diff --git a/libringbuffer/shm.c b/libringbuffer/shm.c index 36f7e36b..1656adbd 100644 --- a/libringbuffer/shm.c +++ b/libringbuffer/shm.c @@ -82,11 +82,7 @@ struct shm_object *shm_object_table_append(struct shm_object_table *table, PERROR("shm_open"); goto error_shm_open; } - ret = shm_unlink("ust-shm-tmp"); - if (ret) { - PERROR("shm_unlink"); - goto error_unlink; - } + (void) shm_unlink("ust-shm-tmp"); ret = ftruncate(shmfd, memory_map_size); if (ret) { PERROR("ftruncate");