fixed rpc smb code to not reply on talloc_free being a function pointer
authorAndrew Tridgell <tridge@samba.org>
Wed, 1 Jul 2009 03:59:52 +0000 (13:59 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 1 Jul 2009 05:15:36 +0000 (15:15 +1000)
commit9faa0745e9598a9096a7c69c30c273b47393e819
tree6f89d59af74f3bd3277fb8420c5eecc776fe1a08
parentb31f1e6d5bffddf5eb8df940bc4ff19f8bb5a7c4
fixed rpc smb code to not reply on talloc_free being a function pointer

The upcoming talloc_free/talloc_reference changes change talloc_free
to be a macro. These two bits of code relied on it being a function
pointer
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_smb2.c