Commit 584c8d7
committed
Remove unnecessary code after adding
In the previous commit we made sure that we only returned a list of unique
server_names/domains, which is basically what this code did previously.
I also found out that certbot is able to ignore duplicate domain names in
the request made to it, so this code was superfluous to begin with :(uniq in domain parsing1 parent 38770c7 commit 584c8d7
1 file changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 25 | + | |
34 | 26 | | |
35 | 27 | | |
36 | 28 | | |
| |||
0 commit comments