summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-02-01 06:22:38 +0100
committerGravatar Nikias Bassen2014-02-01 06:22:38 +0100
commita240c051db3ad364859313cef2097474a79c643e (patch)
tree99c2d5fb008e23cd92cdf6d8a052c5393fc7402b
parent33d197799fee98310695639e055852e2a33d2fe3 (diff)
downloadlibimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.gz
libimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.bz2
idevicename: removed signal() call
-rw-r--r--tools/idevicename.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/idevicename.c b/tools/idevicename.c
index a991a8f..8b45626 100644
--- a/tools/idevicename.c
+++ b/tools/idevicename.c
@@ -47,8 +47,6 @@ int main(int argc, char** argv)
47 { NULL, 0, NULL, 0} 47 { NULL, 0, NULL, 0}
48 }; 48 };
49 49
50 signal(SIGPIPE, SIG_IGN);
51
52 while ((c = getopt_long(argc, argv, "u:", longopts, &optidx)) != -1) { 50 while ((c = getopt_long(argc, argv, "u:", longopts, &optidx)) != -1) {
53 switch (c) { 51 switch (c) {
54 case 'u': 52 case 'u':