summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/options.c b/options.c
index 7fb9bcb..b1c52cf 100644
--- a/options.c
+++ b/options.c
@@ -35,7 +35,6 @@ struct options options = {
0700, /* rights of lcr admin socket */
-1, /* socket user (-1= no change) */
-1, /* socket group (-1= no change) */
- 0, /* enable gsm */
1, /* use polling of main loop */
"mISDN_l1loop.1", /* GSM/Asterisk side */
"mISDN_l1loop.2", /* LCR side */
@@ -236,9 +235,6 @@ int read_options(char *options_error)
if (!strcmp(option,"socketrights")) {
options.socketrights = strtol(param, NULL, 0);
} else
- if (!strcmp(option,"gsm")) {
- options.gsm = 1;
- } else
if (!strcmp(option,"polling")) {
options.polling = 1;
} else