Deal with c_req send errors asynchronously
commit6909b5b92ab0720121f8f95eab0ee1ab2e1c5080
authorSam Liddicott <sam@liddicott.com>
Wed, 3 Dec 2008 10:17:44 +0000 (3 10:17 +0000)
committerSam Liddicott <sam@liddicott.com>
Wed, 10 Dec 2008 10:12:34 +0000 (10 10:12 +0000)
treea624558552d7b3f5cb5863c9cf8ad497fa8c8bb4
parentdaf4fd8cb6a628e74d30ce130b96affaf0915b0e
Deal with c_req send errors asynchronously

if a c_req wouldn't send (maybe due to bad trasnport or some other error)
and the caller still tries to add an async handler for the respons
(which now won't happen), add a timer callback instead so the error
state can still be reaped asynchronously.
source4/ntvfs/cifs/vfs_cifs.c
source4/ntvfs/proxy/vfs_proxy.c