- Notifications
You must be signed in to change notification settings - Fork5
Commit9e196d7
committed
Clean up for warning:
fe-auth.c:573: warning: passing argument 1 of 'free' discards qualifiers from pointer target typepg_krb5_authname used to return a (const char *) to memory allocated bykrb. Somewhere along the lines this was changed so that a copy wasmade, returned, and freed instead. However the const modifier was neverremoved.1 parent7234777 commit9e196d7
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
| |||
520 | 520 |
| |
521 | 521 |
| |
522 | 522 |
| |
523 |
| - | |
| 523 | + | |
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
|
0 commit comments
Comments
(0)