소스 검색

client: fix wrong goto in error path for program initialization

ambrop7 15 년 전
부모
커밋
e3baf7cad9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/client.c

+ 1 - 1
client/client.c

@@ -538,7 +538,7 @@ int main (int argc, char *argv[])
                 (options.peer_ssl ? client_key : NULL)
             )) {
                 BLog(BLOG_ERROR, "PasswordListener_Init failed");
-                goto fail4a;
+                goto fail5;
             }
             num_listeners++;
         }