r7195: - Fix echo pipe
authorJelmer Vernooij <jelmer@samba.org>
Thu, 2 Jun 2005 13:21:11 +0000 (13:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:25 +0000 (13:17 -0500)
commitc56ddaf7efdd5744c3f1adb7e40b1db5cbe01523
tree6c707436e36bc62be2a52a1aebc513766fbfd9dc
parent180b269ac6fdf89cb4953089cf0f5f1e84f76166
r7195: - Fix echo pipe
- Don't allocate strings
- Give higher preference to the [out] part of variables when they
  are being used by another [out] variable. Also make sure that
  [in] variables never use [out] variables (i.e. switch_is() on an
  [in] variable can no longer use an [out] variable).
(This used to be commit 837c83d77a2d1990419c4f3e343616daf8da5799)
source4/build/pidl/ndr_parser.pm
source4/rpc_server/echo/rpc_echo.c
source4/torture/rpc/echo.c