aboutsummaryrefslogtreecommitdiffstats
path: root/src/faudit/dbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/dbus.c')
-rw-r--r--src/faudit/dbus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/faudit/dbus.c b/src/faudit/dbus.c
index f7b5a221d..1ead2aa38 100644
--- a/src/faudit/dbus.c
+++ b/src/faudit/dbus.c
@@ -60,10 +60,10 @@ void dbus_test(void) {
60 sockfile += 13; 60 sockfile += 13;
61 *sockfile = '@'; 61 *sockfile = '@';
62 char *ptr = strchr(sockfile, ','); 62 char *ptr = strchr(sockfile, ',');
63 if (ptr) { 63 if (ptr)
64 *ptr = '\0'; 64 *ptr = '\0';
65 check_session_bus(sockfile); 65 check_session_bus(sockfile);
66 } 66
67 sockfile -= 13; 67 sockfile -= 13;
68 free(sockfile); 68 free(sockfile);
69 } 69 }