]> code.delx.au - pulseaudio/commit
core-util: Don't error out on existing runtime directory.
authorThomas Martitz <kugel@rockbox.org>
Tue, 30 Oct 2012 10:35:26 +0000 (11:35 +0100)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 30 Oct 2012 10:52:30 +0000 (16:22 +0530)
commita8e7d8bc2c97be1d99546d8229b84f407b6f2d26
tree04ccd65f5c8c5eeac7f6de0df07e7f45e773e5ee
parent7e344b5ff04512b7323d6c42a7bcbe5438ea4e3f
core-util: Don't error out on existing runtime directory.

When compiling without HAVE_SYMLINK the runtime dir is a real directory,
which is attempted to be created. In the case it already exists we shouldn't
error out. The HAVE_SYMLINK-enabled code already does this.
src/pulsecore/core-util.c