From 207b6411b9cd65d0e0e32bf5252a0a73e222394f Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Sun, 27 Jan 2008 05:44:21 +0000 Subject: [PATCH] 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 --- src/switch_core_db.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_core_db.c b/src/switch_core_db.c index 1a90b3d8bf..b1128cf7cb 100644 --- a/src/switch_core_db.c +++ b/src/switch_core_db.c @@ -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);