mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-08 12:58:54 +00:00
syz-hub: fix copy-paste error in httpSummary()
Also mention Alexander Popov in AUTHORS and CONTRIBUTORS.
This commit is contained in:
parent
9104d6496b
commit
7ebca77f72
1
AUTHORS
1
AUTHORS
@ -10,3 +10,4 @@ Baozeng Ding
|
||||
Lorenzo Stoakes
|
||||
Jeremy Huang
|
||||
Shuai Bai
|
||||
Alexander Popov
|
||||
|
@ -15,3 +15,4 @@ Baozeng Ding
|
||||
Lorenzo Stoakes
|
||||
Jeremy Huang
|
||||
Shuai Bai
|
||||
Alexander Popov
|
||||
|
@ -41,7 +41,7 @@ func (hub *Hub) httpSummary(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
for name, mgr := range hub.st.Managers {
|
||||
total.Added += mgr.Added
|
||||
total.Deleted += mgr.Added
|
||||
total.Deleted += mgr.Deleted
|
||||
total.New += mgr.New
|
||||
data.Managers = append(data.Managers, UIManager{
|
||||
Name: name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user