Skip to content
Snippets Groups Projects
Commit dec9f318 authored by Mark Spencer's avatar Mark Spencer
Browse files

Make valgrind happy on db read

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1812 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e6e73e7c
Branches
Tags
No related merge requests found
...@@ -135,7 +135,7 @@ int ast_db_put(const char *family, const char *keys, char *value) ...@@ -135,7 +135,7 @@ int ast_db_put(const char *family, const char *keys, char *value)
int ast_db_get(const char *family, const char *keys, char *value, int valuelen) int ast_db_get(const char *family, const char *keys, char *value, int valuelen)
{ {
char fullkey[256]; char fullkey[256]="";
DBT key, data; DBT key, data;
int res; int res;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment