From 2eea89dab677ab5db058b1a5427ff72d3c265c38 Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Wed, 13 Apr 2011 10:30:57 +0200 Subject: use the right variable when setting the "protocol" option --- ccw_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccw_init b/ccw_init index 8eabbe2..a691ae0 100644 --- a/ccw_init +++ b/ccw_init @@ -88,7 +88,7 @@ if [ -n "$PORTNAME" ]; then fi fi if [ "$NETTYPE" = "ctc" -a -n "$CTCPROT" ]; then - OPTIONS="$OPTIONS protocol=$CTCPROTO" + OPTIONS="$OPTIONS protocol=$CTCPROT" fi # SUBCHANNELS is only set on mainframe ccwgroup devices -- cgit