summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-04-22 19:37:13 +0200
committerGravatar Matt Colyer2009-04-23 19:09:27 -0700
commitc6f501b8a576ee7be19dd595f1b073e107ee9769 (patch)
treee34897258df273e7b763aef101ba5ddc291b1cc7 /src
parent77f242c547e2605a4aef1a8ff0089584ab7c4cb8 (diff)
downloadifuse-c6f501b8a576ee7be19dd595f1b073e107ee9769.tar.gz
ifuse-c6f501b8a576ee7be19dd595f1b073e107ee9769.tar.bz2
Remove reference to libiphone-initconf.
Diffstat (limited to 'src')
-rw-r--r--src/ifuse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ifuse.c b/src/ifuse.c
index 5641e25..bdbacfd 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -382,7 +382,6 @@ int main(int argc, char *argv[])
if (IPHONE_E_SUCCESS != iphone_lckd_new_client(phone, &control)) {
iphone_free_device(phone);
fprintf(stderr, "Something went in lockdown handshake.\n");
- fprintf(stderr, "Did you run libiphone-initconf as the current user?\n");
return 0;
}