Fix extended operation return path.
authorSimo Sorce <idra@samba.org>
Tue, 10 Mar 2009 14:05:52 +0000 (10:05 -0400)
committerSimo Sorce <idra@samba.org>
Tue, 10 Mar 2009 15:08:53 +0000 (11:08 -0400)
commit97cccb22194380ce84bf6188df90e2438f1176db
tree3d7135966d703ea2c2d8d7f90db54ab6c750e76d
parent9579a6f193f570e4ce2af80f4aac7c2f25ae5b22
Fix extended operation return path.

Extended operations return was not going thorugh the same patch as others
leaving the ctx around. Plus we were neutralizing the spy too early so that it
didn't set the request_terminated flag as it should have.

This should hopefully fix the failures in the build farm.
source4/lib/ldb/ldb_tdb/ldb_tdb.c