summaryrefslogtreecommitdiff
path: root/proto/pipe/config.Y
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-01-24 11:31:00 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2012-01-24 11:31:00 +0100
commit39c028e9e9e3acf840051f4271fadd4939fde2af (patch)
treed6ca0ff9816965b31cb2ee4794c1a1c65a427f7d /proto/pipe/config.Y
parent09686693d35bd71187847c95c0967d4125215b97 (diff)
Assign default protocol preference via proto_config_new().
The patch from Alexander V. Chernikov.
Diffstat (limited to 'proto/pipe/config.Y')
-rw-r--r--proto/pipe/config.Y1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/pipe/config.Y b/proto/pipe/config.Y
index 4478afe7..40637558 100644
--- a/proto/pipe/config.Y
+++ b/proto/pipe/config.Y
@@ -24,7 +24,6 @@ CF_ADDTO(proto, pipe_proto '}')
pipe_proto_start: proto_start PIPE {
this_proto = proto_config_new(&proto_pipe, sizeof(struct pipe_config), $1);
- this_proto->preference = DEF_PREF_PIPE;
PIPE_CFG->mode = PIPE_TRANSPARENT;
}
;