From: Ken Rice Date: Wed, 31 Dec 2008 17:00:12 +0000 (+0000) Subject: lets use a more common default password X-Git-Tag: v1.0.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c72b3158a6da2224316c4d98a8065f8d93373fbc;p=thirdparty%2Ffreeswitch.git lets use a more common default password git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11024 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_easyroute/mod_easyroute.c b/src/mod/applications/mod_easyroute/mod_easyroute.c index 42af89d9fb..a39b890b2e 100644 --- a/src/mod/applications/mod_easyroute/mod_easyroute.c +++ b/src/mod/applications/mod_easyroute/mod_easyroute.c @@ -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");