svn commit: samba r18436 - in branches/SAMBA_4_0/source/lib/ldb: common ldb_ildap ldb_sqlite3 ldb_tdb modules tools

tridge at samba.org tridge at samba.org
Wed Sep 13 02:11:45 GMT 2006


Andrew,

 > I agree.  It should take a ** if it is going to modify the variable, and
 > at least then we can think that this makes no sense.

ok, we could make the API take an explicit **, so you'd do:

  t1->p = talloc_move(t1, &t2->p);

I think you're right that it would be clearer that way. I'll change
it.

Cheers, Tridge


More information about the samba-technical mailing list