jail: ignore return value when creating default /dev symlinks
authorDaniel Golle <daniel@makrotopia.org>
Wed, 4 Aug 2021 14:04:59 +0000 (15:04 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 4 Aug 2021 14:50:11 +0000 (15:50 +0100)
commit220b7160dbabe39a562b5e6cbd43acc1bc9f8e06
treebb40f3b9923ad5486a33921abf374367b0bc92ed
parent548d057b5fe23d1401791a497be84e2299684262
jail: ignore return value when creating default /dev symlinks

Just to silence compiler warning, as failure to create these symlinks
doesn't indicate an error in all cases, e.g. in case mount is already
defined in place of the symlink.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
jail/jail.c