summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-17 09:07:00 +0200
committerHarald Welte <laforge@gnumonks.org>2013-09-24 01:36:52 +0200
commit92996ec6d5c1ce22e983be7f3612a1d0c4e894a7 (patch)
tree1a0b98c0878c567d6ef141d9c534a8cc2148f45d /src
parented26988eadc5f4c79ba8763f1a1741071f5c2420 (diff)
util: Remove shadowin of the readset parameter
Diffstat (limited to 'src')
-rw-r--r--src/util/shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/shell.c b/src/util/shell.c
index f1333dc..d7d1624 100644
--- a/src/util/shell.c
+++ b/src/util/shell.c
@@ -629,7 +629,6 @@ int shell_main(struct lgsm_handle *lgsmh, int sync)
printf("# ");
while (1) {
- fd_set readset;
FD_SET(0, &readset);
FD_SET(gsm_fd, &readset);
personal git repositories of Harald Welte. Your mileage may vary