From 14a098c51a2a3641a86431b8be53ddf5a3cd6660 Mon Sep 17 00:00:00 2001 From: larshp Date: Thu, 10 Aug 2017 15:08:04 +0000 Subject: [PATCH] downport, #890 I forgot to delete the old line --- src/zabapgit_http.prog.abap | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/zabapgit_http.prog.abap b/src/zabapgit_http.prog.abap index 47176c60a..7ff6fab52 100644 --- a/src/zabapgit_http.prog.abap +++ b/src/zabapgit_http.prog.abap @@ -519,8 +519,6 @@ CLASS lcl_http IMPLEMENTATION. li_exit = lcl_exit=>get_instance( ). li_exit->change_local_host( CHANGING ct_hosts = lt_list ). - lcl_exit=>get_instance( )->change_local_host( CHANGING ct_hosts = lt_list ). - FIND REGEX 'https?://([^/^:]*)' IN iv_url SUBMATCHES lv_host.