summaryrefslogtreecommitdiffstats
path: root/tools/idevicename.c
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 /tools/idevicename.c
parent33d197799fee98310695639e055852e2a33d2fe3 (diff)
downloadlibimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.gz
libimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.bz2
idevicename: removed signal() call
Diffstat (limited to 'tools/idevicename.c')
-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)
{ NULL, 0, NULL, 0}
};
- signal(SIGPIPE, SIG_IGN);
-
while ((c = getopt_long(argc, argv, "u:", longopts, &optidx)) != -1) {
switch (c) {
case 'u':