diff options
Diffstat (limited to 'proto/pipe/config.Y')
-rw-r--r-- | proto/pipe/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/pipe/config.Y b/proto/pipe/config.Y index 18e1d0fc..1202c169 100644 --- a/proto/pipe/config.Y +++ b/proto/pipe/config.Y @@ -39,7 +39,7 @@ proto_name pipe_proto: pipe_proto_start '{' | pipe_proto proto_item ';' - | pipe_proto channel_item ';' + | pipe_proto channel_item_ ';' | pipe_proto PEER TABLE rtable ';' { PIPE_CFG->peer = $4; } ; |