diff options
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index bf19605a346..7bb4e551da5 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -936,7 +936,7 @@ DEFUN ("dbus-init-bus", Fdbus_init_bus, Sdbus_init_bus, 1, 1, 0, | |||
| 936 | Vdbus_registered_buses = Fcons (bus, Vdbus_registered_buses); | 936 | Vdbus_registered_buses = Fcons (bus, Vdbus_registered_buses); |
| 937 | 937 | ||
| 938 | /* We do not want to abort. */ | 938 | /* We do not want to abort. */ |
| 939 | putenv ("DBUS_FATAL_WARNINGS=0"); | 939 | putenv ((char *) "DBUS_FATAL_WARNINGS=0"); |
| 940 | 940 | ||
| 941 | /* Return. */ | 941 | /* Return. */ |
| 942 | return Qnil; | 942 | return Qnil; |