Loading lib/ssluse.c +3 −3 Original line number Diff line number Diff line Loading @@ -802,13 +802,13 @@ static int hostmatch(const char *hostname, const char *pattern) if (hostmatch(hostname++,pattern) == HOST_MATCH) return HOST_MATCH; } return HOST_NOMATCH; break; } if (toupper(c) != toupper(*hostname++)) return HOST_NOMATCH; break; } /* we never reach this point */ return HOST_NOMATCH; } static int Loading tests/server/tftpd.c +2 −2 Original line number Diff line number Diff line Loading @@ -366,9 +366,9 @@ static int synchnet(curl_socket_t f /* socket to flush */) (struct sockaddr *)&from, &fromlen); } else return j; break; } /* we never reach this point */ return j; } /* Loading Loading
lib/ssluse.c +3 −3 Original line number Diff line number Diff line Loading @@ -802,13 +802,13 @@ static int hostmatch(const char *hostname, const char *pattern) if (hostmatch(hostname++,pattern) == HOST_MATCH) return HOST_MATCH; } return HOST_NOMATCH; break; } if (toupper(c) != toupper(*hostname++)) return HOST_NOMATCH; break; } /* we never reach this point */ return HOST_NOMATCH; } static int Loading
tests/server/tftpd.c +2 −2 Original line number Diff line number Diff line Loading @@ -366,9 +366,9 @@ static int synchnet(curl_socket_t f /* socket to flush */) (struct sockaddr *)&from, &fromlen); } else return j; break; } /* we never reach this point */ return j; } /* Loading