From: Lennart Poettering Date: Thu, 25 Aug 2005 13:15:54 +0000 (+0000) Subject: fix small typo which breaks build without dbus X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=57ad9f71b8690df1874880b509ccdf6bceeb56d6;p=catta fix small typo which breaks build without dbus git-svn-id: file:///home/lennart/svn/public/avahi/trunk@439 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-daemon/main.c b/avahi-daemon/main.c index 6c681fe..75d01aa 100644 --- a/avahi-daemon/main.c +++ b/avahi-daemon/main.c @@ -607,7 +607,7 @@ static int run_server(DaemonConfig *c) { } #else avahi_log_warn("WARNING: We are configured to enable D-BUS but it was not compiled in"); - c->enabled_dbus = 0; + c->enable_dbus = 0; #endif }