svn commit: samba r17990 - in branches/SAMBA_4_0/source/librpc/rpc:.

tridge at samba.org tridge at samba.org
Fri Sep 1 23:54:12 GMT 2006


Metze,

 > > +	event_add_timed(c->event_ctx, c,
 > > +			timeval_current_ofs(DCERPC_REQUEST_TIMEOUT, 0),
 > > +			dcerpc_connect_timeout_handler, c);
 > 
 > we should maybe check the result of event_add_timed(),
 > but I know we don't do in a lot of places...

maybe we should have a composite_add_timeout() function? It would fail
the composite function with NT_STATUS_NO_MEMORY if the timeout can't
be added.

Cheers, Tridge


More information about the samba-technical mailing list