From ae3e54003a6e36749ac23a4e0cbecf49ba561656 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 15 Feb 2007 08:42:09 +0000 Subject: Use -d for running as an external service --- audio/headset.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/audio/headset.c b/audio/headset.c index 79c85084..b48c2986 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -1861,7 +1861,7 @@ int main(int argc, char *argv[]) struct sigaction sa; int opt; - while ((opt = getopt(argc, argv, "c:o:i:dr")) != EOF) { + while ((opt = getopt(argc, argv, "c:o:i:d")) != EOF) { switch (opt) { case 'c': opt_channel = strtol(optarg, NULL, 0); @@ -1877,9 +1877,6 @@ int main(int argc, char *argv[]) case 'd': enable_debug(); - break; - - case 'r': register_svc = TRUE; break; -- cgit