From c6f501b8a576ee7be19dd595f1b073e107ee9769 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 22 Apr 2009 19:37:13 +0200 Subject: Remove reference to libiphone-initconf. --- src/ifuse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; } -- cgit v1.1-32-gdbae