Useless Assignment at failures.c:238 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
i_error (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/failures.c)![]() | ||||||
![]() | ||||||
229 | void i_error(const char *format, ...) | |||||
230 | { | |||||
231 | int old_errno = errno; | |||||
232 | va_list args; | |||||
233 | ||||||
234 | va_start(args, format); | |||||
235 | error_handler(LOG_TYPE_ERROR, format, args); | |||||
236 | va_end(args); | |||||
237 | ||||||
238 | errno = old_errno;
| |||||
239 | } | |||||
![]() |