BKWs not the only one that can whitespace fix :P
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7387 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a6fbb7f9bc
commit
207b6411b9
|
@ -37,7 +37,6 @@
|
|||
|
||||
static void db_pick_path(char *dbname, char *buf, switch_size_t size)
|
||||
{
|
||||
|
||||
memset(buf, 0, size);
|
||||
if (switch_is_file_path(dbname)) {
|
||||
strncpy(buf, dbname, size);
|
||||
|
|
Loading…
Reference in New Issue