]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
BKWs not the only one that can whitespace fix :P
authorKen Rice <krice@freeswitch.org>
Sun, 27 Jan 2008 05:44:21 +0000 (05:44 +0000)
committerKen Rice <krice@freeswitch.org>
Sun, 27 Jan 2008 05:44:21 +0000 (05:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7387 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_db.c

index 1a90b3d8bfa605c7f361df52a0af1588891af45b..b1128cf7cb4e3685f4d01bfd947798f60d5d364f 100644 (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);