- Timestamp:
- Feb 17, 2019, 2:13:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_prelude.c
r342 r542 38 38 #include <stdio.h> 39 39 #include <string.h> 40 #include <ctype.h> 40 41 #include <sys/types.h> 41 42 … … 810 811 if ( *ptr && *end == '\0' && port >= 0 && port < 65536) { 811 812 812 char * tmpw;813 814 813 if ( ! source ) { 815 814 ret = idmef_alert_new_source(alert, &source, IDMEF_LIST_APPEND);
Note:
See TracChangeset
for help on using the changeset viewer.