OSDN Git Service

Remove bad assert
authorTakashi Iwai <tiwai@suse.de>
Fri, 27 Jan 2006 11:54:06 +0000 (11:54 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Jan 2006 11:54:06 +0000 (11:54 +0000)
commitb23f367ee38cda77e933fce7d836a6990bd08b73
tree39f441c73193ba5f565f88bf4b9f650de2242c0f
parentd9cfe1e9ff7a78ff75f1def27230a23061009729
Remove bad assert
From: Pierre Ossman <drzeus-list@drzeus.cx>

Freeing the global config update structure when it had been created
without any configs present caused an assertion to trigger. Since this
is a valid scenario and the assertion didn't really protect against
anything, it should simply be removed. Attached patch does exactly that.
src/conf.c