diff options
| author | 2014-02-01 06:22:38 +0100 | |
|---|---|---|
| committer | 2014-02-01 06:22:38 +0100 | |
| commit | a240c051db3ad364859313cef2097474a79c643e (patch) | |
| tree | 99c2d5fb008e23cd92cdf6d8a052c5393fc7402b /tools/idevicename.c | |
| parent | 33d197799fee98310695639e055852e2a33d2fe3 (diff) | |
| download | libimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.gz libimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.bz2 | |
idevicename: removed signal() call
Diffstat (limited to 'tools/idevicename.c')
| -rw-r--r-- | tools/idevicename.c | 2 |
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': |
