search for: thorild

Displaying 1 result from an estimated 1 matches for "thorild".

Did you mean: thorkild
2003 Jul 05
2
Unhelpful error message when matching hosts in access list [PATCH]
...k); use gai_strerror(3) to get a more helpful error description: rprintf(FERROR,"error matching address %s: %s\n", tok, gai_strerror(gai)); ---------------------------------------------------------------------- Below is a patch that fixes these bugs. Seems to work just fine. Thorild Sel?n Datorf?reningen Update / Update Computer Club, Uppsala, SE --- rsync-2.5.6/access.c 2003-01-20 14:46:28.000000000 +0100 +++ rsync/access.c 2003-07-04 23:59:01.000000000 +0200 @@ -93,7 +93,10 @@ if (p) *p++ = '/'; if (gai) { - rprintf(FERROR,"malformed address %s\n"...