diff options
Diffstat (limited to 'pluma/bacon-message-connection.c')
-rw-r--r-- | pluma/bacon-message-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/bacon-message-connection.c b/pluma/bacon-message-connection.c index 7b353421..0e71fabc 100644 --- a/pluma/bacon-message-connection.c +++ b/pluma/bacon-message-connection.c @@ -83,7 +83,7 @@ is_owned_by_user_and_socket (const char *path) if ((s.st_mode & S_IFSOCK) != S_IFSOCK) return FALSE; - + return TRUE; } |