Revision 6f6c691...

Go back to digest for 25th August 2013

Optimization in KDE-PIM

Christian Mollekopf committed changes in [akonadi/1.10] server/src/utils.cpp:

Use the target of the symlink instead as socket directory.

Socket paths must be shorter than 108 characters, and the symlink is quickly beyond that.
By using the actual directory this can be avoided.

This results in the socket used to start the mysql database, as well as
the socket in akonadiconnectionrc being set to the /tmp/ path.


REVIEW: 112152

File Changes

Modified 1 files
  • server/src/utils.cpp
1 files changed in total