diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-26 03:36:17 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-26 03:36:17 +0000 |
commit | fffd741a7a00b07c85eec254b8cc7c2fe40cef18 (patch) | |
tree | 15653de92c489d6ae9ba5ce490965b7ea9a285b8 /source4/build/pidl/idl.gram | |
parent | c123c8454142d17d2884ae9dd951b7f2a0b1a343 (diff) | |
download | samba-fffd741a7a00b07c85eec254b8cc7c2fe40cef18.tar.gz samba-fffd741a7a00b07c85eec254b8cc7c2fe40cef18.tar.bz2 samba-fffd741a7a00b07c85eec254b8cc7c2fe40cef18.zip |
added auto-determination of the DCERPC over TCP port number by asking
the servers endpoint mapper
(This used to be commit 4abf5376b00f580eb69196e55a792cc7eb4c9880)
Diffstat (limited to 'source4/build/pidl/idl.gram')
-rw-r--r-- | source4/build/pidl/idl.gram | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram index 5cba06f014..897a5ad769 100644 --- a/source4/build/pidl/idl.gram +++ b/source4/build/pidl/idl.gram @@ -166,7 +166,7 @@ type : text: /[\w\s\..?-]*/ -text2: /[\|\w\s,\*\>"\/\..?-]*/ +text2: /[\|\w\s,\*&\>"\/\..?-]*/ anytext: text2 '(' <commit> anytext ')' anytext {{ "$item[1]($item[4])$item[6]" }} |