diff options
| -rw-r--r-- | src/util/shell.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/shell.c b/src/util/shell.c index 43a0bfe..4fef8f9 100644 --- a/src/util/shell.c +++ b/src/util/shell.c @@ -127,7 +127,6 @@ int shell_main(struct lgsm_handle *lgsmh)  				lgsm_phone_power(lgsmh, 0);  			} else if (!strcmp(buf, "R")) {  				printf("Register\n"); -				lgsm_phone_power(lgsmh, 0);  				lgsm_netreg_register(lgsmh, 0);  			} else if (!strcmp(buf, "q")) {  				exit(0);  | 
