]> git.tuebingen.mpg.de Git - paraslash.git/commit
string.c: Don't fall back to /tmp in para_homedir().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 19 Jun 2023 19:24:29 +0000 (21:24 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Dec 2023 21:37:00 +0000 (22:37 +0100)
commit3e0b33d1daabc885c6fb9a8f9efca307a724bc40
tree658f3cd0c2fb60db1f1e1ca37be19bef5f33116e
parent685698f0adeb1906f14a1b05d976943cba4ca7e3
string.c: Don't fall back to /tmp in para_homedir().

This can only lead to trouble. If we can't get the path to the home
directory, something is deeply wrong and we really should abort.
string.c