]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
lets use a more common default password
authorKen Rice <krice@freeswitch.org>
Wed, 31 Dec 2008 17:00:12 +0000 (17:00 +0000)
committerKen Rice <krice@freeswitch.org>
Wed, 31 Dec 2008 17:00:12 +0000 (17:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11024 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_easyroute/mod_easyroute.c

index 42af89d9fb8386ccc849bfea2b95d9d5fc5f8d82..a39b890b2ead39941b07d1110932845e63e1b8d9 100644 (file)
@@ -136,7 +136,7 @@ done:
                set_global_db_username("root");
        }
        if (!globals.db_password) {
-               set_global_db_password("land99rover");
+               set_global_db_password("password");
        }
        if (!globals.db_dsn) {
                set_global_db_dsn("easyroute");