mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
doing this because for the clustering the marshalling is needed in more than one place, so I wanted a decent routine to marshall a message_rec struct which was not there before. Tridge, this seems about the same speed as it used to be before, the librpc/ndr overhead in my tests was under the noise. Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f53aa56998
commit
eaefd00563
@@ -199,7 +199,6 @@ void gfree_all( void )
|
||||
gfree_case_tables();
|
||||
gfree_debugsyms();
|
||||
gfree_charcnv();
|
||||
gfree_messages();
|
||||
gfree_interfaces();
|
||||
|
||||
/* release the talloc null_context memory last */
|
||||
|
||||
Reference in New Issue
Block a user