From 5d9c87b2750350ad354119de7b32039936a4691a Mon Sep 17 00:00:00 2001
From: Christian Ruppert <c.ruppert@babiel.com>
Date: Fri, 7 Jun 2013 12:51:30 +0200
Subject: [PATCH] Add "-l" to the opt string

---
 src/gsm0710muxd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gsm0710muxd.c b/src/gsm0710muxd.c
index 4c8bf57..68b33ff 100644
--- a/src/gsm0710muxd.c
+++ b/src/gsm0710muxd.c
@@ -1883,7 +1883,7 @@ int main(
 	pid_t parent_pid;
 //for fault tolerance
 	serial.devicename = "/dev/modem";
-	while ((opt = getopt(argc, argv, "dvs:t:p:f:h?m:b:B:P:a:x:")) > 0)
+	while ((opt = getopt(argc, argv, "dvs:t:p:f:h?m:b:B:P:a:x:l:")) > 0)
 	{
 		switch (opt)
 		{
-- 
1.8.1.5

