Bug#27344 Total failure to start the server

- Give some more protection against "too long socket name by setting the max
length when to use a tmpdir for sockets to 70
This commit is contained in:
msvensson@pilot.blaudden 2007-05-10 13:28:24 +02:00
parent eeccd0de97
commit b805507358

View File

@ -1051,7 +1051,7 @@ sub command_line_setup () {
# On some operating systems, there is a limit to the length of a
# UNIX domain socket's path far below PATH_MAX, so try to avoid long
# socket path names.
$sockdir = tempdir(CLEANUP => 0) if ( length($sockdir) >= 80 );
$sockdir = tempdir(CLEANUP => 0) if ( length($sockdir) >= 70 );
# Put this into a hash, will be a C struct