mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 18:29:39 +00:00
Pull request 2404: 7801-fix-cmd-update
Closes #7801.
Squashed commit of the following:
commit f6e924e939eb9487e2c7743f04bb217e758ef253
Merge: 9caa54933 8c8323ae6
Author: Stanislav Chzhen <s.chzhen@adguard.com>
Date: Wed May 7 16:22:09 2025 +0300
Merge branch 'master' into 7801-fix-cmd-update
commit 9caa5493302af11b8d522feb2cf6e6f0facaec53
Author: Stanislav Chzhen <s.chzhen@adguard.com>
Date: Tue Apr 29 20:52:09 2025 +0300
home: imp code
commit 765ea0023972e326c54f0c17ba79f3feca8ff803
Author: Stanislav Chzhen <s.chzhen@adguard.com>
Date: Tue Apr 29 20:16:55 2025 +0300
all: fix cmd update
This commit is contained in:
@@ -1078,7 +1078,7 @@ func cmdlineUpdate(
|
||||
//
|
||||
// TODO(e.burkov): We could probably initialize the internal resolver
|
||||
// separately.
|
||||
err := initDNSServer(nil, nil, nil, nil, nil, nil, &tlsConfigSettings{}, tlsMgr, l)
|
||||
err := initDNSServer(nil, nil, nil, nil, nil, nil, tlsMgr, l)
|
||||
fatalOnError(err)
|
||||
|
||||
l.InfoContext(ctx, "performing update via cli")
|
||||
|
||||
Reference in New Issue
Block a user