forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite984fb3
committed
Don't listen to localhost in ssl_passphrase_callback test
Commit896fcdb contained an unnecessary setting that listened tolocalhost. Since the test doesn't actually try to make an SSL connectionto the database this isn't required. Moreover, it's a security hole.Per gripe from Tom Lane.1 parent13c98bd commite984fb3
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
|
0 commit comments
Comments
(0)