Navigation



Ignore:
Timestamp:
Feb 18, 2020, 2:23:53 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

Fix compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/dictionary_functions.c

    r1300 r1405  
    288288int fd_dictfct_Time_encode(void * data, union avp_value * avp_value)
    289289{
    290         char * buf;
     290        char * buf = NULL;
    291291        size_t len;
    292292       
Note: See TracChangeset for help on using the changeset viewer.