From: Simon McVittie Date: Mon, 13 Feb 2012 16:18:11 +0000 (+0000) Subject: Revert "dbus-daemon: fix forgotten counter increase while copying configured auth... X-Git-Tag: dbus-1.4.18~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e7b08b191c6dba52c7a70387cabd0164686731;p=thirdparty%2Fdbus.git Revert "dbus-daemon: fix forgotten counter increase while copying configured auth mechanisms" This reverts commit 26b57efe43c991616186db5c499f729a900c6544. It was incorrectly attributed. --- diff --git a/bus/bus.c b/bus/bus.c index 04d25bcb0..6b0dc088e 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -419,7 +419,6 @@ process_config_first_time_only (BusContext *context, if (auth_mechanisms[i] == NULL) goto oom; link = _dbus_list_get_next_link (auth_mechanisms_list, link); - i += 1; } } else