Skip to content

Commit b6f1aa2

Browse files
noelklavv17
authored andcommitted
the domain lftp.tech is dead -> switching back to former homepage lftp.yar.ru
1 parent 28326c7 commit b6f1aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/http-get.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int main(int argc,char **argv)
1313
ResMgr::Set("log:level",0,"5");
1414
ResMgr::Set("log:enabled",0,"true");
1515

16-
FileAccess *f=FileAccess::New("http","lftp.tech");
16+
FileAccess *f=FileAccess::New("http","lftp.yar.ru");
1717
if(!f)
1818
{
1919
fprintf(stderr,"http: unknown protocol, cannot create http session\n");

0 commit comments

Comments
 (0)