diff options
author | Günther Deschner <gd@samba.org> | 2010-10-11 12:38:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-11 15:12:57 +0000 |
commit | df7523c79208cc374060787f726f9066007d88ea (patch) | |
tree | 66e703e54d5b0572ea65cfc1a1ff00434f13c1ef /pidl | |
parent | 33c6a4eb8a0017db9d7b3cc337142fd1d08b5da5 (diff) | |
download | samba-df7523c79208cc374060787f726f9066007d88ea.tar.gz |
pidl: fix minor typo in s3 server generation.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 11 15:12:57 UTC 2010 on sn-devel-104
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm index 1cbf1876015..0ebccf552cb 100644 --- a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm +++ b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm @@ -190,7 +190,7 @@ sub ParseFunction($$) pidl "}"; pidl ""; pidl "if (DEBUGLEVEL >= 10) {"; - pidl "\nNDR_PRINT_FUNCTION_DEBUG($fn->{NAME}, NDR_OUT | NDR_SET_VALUES, r);"; + pidl "\tNDR_PRINT_FUNCTION_DEBUG($fn->{NAME}, NDR_OUT | NDR_SET_VALUES, r);"; pidl "}"; pidl ""; pidl "push = ndr_push_init_ctx(r);"; |