Mercurial > dropbear
comparison svr-x11fwd.c @ 641:2b1bb792cd4d dropbear-tfm
- Update tfm changes to current default tip
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 21 Nov 2011 19:52:28 +0800 |
parents | a98a2138364a |
children | a48a1f6ab43e |
comparison
equal
deleted
inserted
replaced
640:76097ec1a29a | 641:2b1bb792cd4d |
---|---|
231 if (errno == EADDRINUSE) { | 231 if (errno == EADDRINUSE) { |
232 /* try the next port */ | 232 /* try the next port */ |
233 continue; | 233 continue; |
234 } | 234 } |
235 /* otherwise it was an error we don't know about */ | 235 /* otherwise it was an error we don't know about */ |
236 dropbear_log(LOG_DEBUG, "failed to bind x11 socket"); | 236 dropbear_log(LOG_DEBUG, "Failed to bind x11 socket"); |
237 break; | 237 break; |
238 } | 238 } |
239 return -1; | 239 return -1; |
240 } | 240 } |
241 #endif /* DROPBEAR_X11FWD */ | 241 #endif /* DROPBEAR_X11FWD */ |