forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit766f7fd
committed
Add "break"s to make it clearer what will happen in a nested switch.
This could only matter if the guessed_type variable had a value that wasn'ta member of the PasswordType enum; but just in case, let's be sure thatcontrol falls out to reach the elog(ERROR) at the end of the function.Per gripe from Coverity.1 parent835cc11 commit766f7fd
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
| 165 | + | |
165 | 166 |
| |
166 | 167 |
| |
167 | 168 |
| |
| |||
178 | 179 |
| |
179 | 180 |
| |
180 | 181 |
| |
| 182 | + | |
181 | 183 |
| |
182 | 184 |
| |
183 | 185 |
| |
|
0 commit comments
Comments
(0)