resolve compiler warnings from constification

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 19 years ago
parent e8b820e743
commit cb268c0228

@ -425,7 +425,7 @@ static int tds_load_module(void)
int res = 0;
struct ast_config *cfg;
struct ast_variable *var;
char *ptr = NULL;
const char *ptr = NULL;
#ifdef FREETDS_PRE_0_62
TDS_INT result_type;
#endif

Loading…
Cancel
Save