Changeset 542 for trunk


Ignore:
Timestamp:
Feb 17, 2019, 2:13:13 PM (6 years ago)
Author:
katerina
Message:

Fix for ticket #435 (compiler warning).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_prelude.c

    r342 r542  
    3838#include <stdio.h>
    3939#include <string.h>
     40#include <ctype.h>
    4041#include <sys/types.h>
    4142
     
    810811        if ( *ptr && *end == '\0' && port >= 0 && port < 65536) {
    811812
    812                 char * tmpw;
    813 
    814813                if ( ! source ) {
    815814                        ret = idmef_alert_new_source(alert, &source, IDMEF_LIST_APPEND);
Note: See TracChangeset for help on using the changeset viewer.