forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit416d1bd
committed
Fix outdated comment of scram_build_secret()
This routine documented that "iterations" would use a default value ifset to 0 by the caller. However, the iteration should always be set bythe caller to a value strictly more than 0, as documented by anassertion.Oversight inb577743, that has made the iteration count of SCRAMconfigurable.Author: Matheus AlcantaraDiscussion:https://postgr.es/m/ac858943-4743-44cd-b4ad-08a0c10cbbc8@gmail.comBackpatch-through: 161 parenta12b0f3 commit416d1bd
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
204 |
| - | |
| 203 | + | |
205 | 204 |
| |
206 | 205 |
| |
207 | 206 |
| |
|
0 commit comments
Comments
(0)