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:
Ken Rice 2008-01-27 05:44:21 +00:00
parent a6fbb7f9bc
commit 207b6411b9
1 changed files with 0 additions and 1 deletions

View File

@ -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);