s3:gencache: simply stabilize() a bit more: remove error from state
authorMichael Adam <obnox@samba.org>
Thu, 26 Jun 2014 14:56:41 +0000 (16:56 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 26 Nov 2014 15:43:04 +0000 (16:43 +0100)
commitd240cf7894f076a2ed2b6bc434f20a93cfbb1ca4
treea4acf2adc68f47040d0b2432c1679f2e9a6647a0
parent202ee81e869f4b51e1f904ef6ac3fb0030edfede
s3:gencache: simply stabilize() a bit more: remove error from state

state.error is set to true if and only if the traverse
callback returns error (-1), and hence only if the traverse
fails.

Hence the the error state is redundant.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
source3/lib/gencache.c