That message has always been a source of confusion. I used perror()
for diagnostics but most times errno is not set. Gone now, see patch
below or http://github.com/zuckschwerdt/obexftp/commit/fd9a530b58873c58cf8b8c862d76a3b8902aa437
regards,
Christian
--- a/apps/obexftp.c
+++ b/apps/obexftp.c
@@ -311,7 +311,7 @@ static int cli_connect_uuid(const char *uuid, int
uuid_len)
break; /* retry */
default:
- perror("error on connect()");
+ fprintf(stderr, "unknown error on connect\n");
break;
}
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org