Make sure the runtime directory exists
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 8 Mar 2016 18:15:08 +0000 (12:15 -0600)
committerMike Gorse <mgorse@suse.com>
Tue, 8 Mar 2016 18:15:08 +0000 (12:15 -0600)
commit37bba7de596f3922cb7f14e48eeb6843dac64fbc
treeaad3339c73b09c9cbe2ba375f03239d68a299e99
parent4b9c9e670303db83ec907f981342618b2679c8af
Make sure the runtime directory exists

It may happen that the home directory of the user does not contain the
runtime directory yet, when it's a freshly-created home for instance.
In that case, establishing the p2p socket in spi_atk_create_socket
will fail since it only tries to create a socket in that directory
without checking that the directory exists.

https://bugzilla.gnome.org/show_bug.cgi?id=763274
atk-adaptor/bridge.c