Skip to content

Commit

Permalink
acc: fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikomarrache committed Apr 14, 2015
1 parent b388740 commit d640493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/acc/acc_cdr.c
Expand Up @@ -175,7 +175,7 @@ static int db_write_cdr( struct dlg_cell* dialog,
LM_ERR("failed to convert string to integer - %d.\n", errno);
goto error;
}
VAL_INT(db_cdr_vals+i) = cdr_value_array[i];
VAL_INT(db_cdr_vals+i) = long_val;
break;
case TYPE_STR:
VAL_TYPE(db_cdr_vals+i)=DB1_STR;
Expand Down

0 comments on commit d640493

Please sign in to comment.