]> git.meshlink.io Git - catta/commitdiff
fix small typo which breaks build without dbus
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Aug 2005 13:15:54 +0000 (13:15 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Aug 2005 13:15:54 +0000 (13:15 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@439 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/main.c

index 6c681fecc63335ab99ea24ff3974da24e7b41877..75d01aabc25eb0ee7f1438c5cec7fab38b8fb777 100644 (file)
@@ -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
     }