mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Begin on a crusade to end trailing whitespace!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
* \brief Custom SQLite3 CDR records.
|
||||
*
|
||||
* \author Adapted by Alejandro Rios <alejandro.rios@avatar.com.co> and
|
||||
* Russell Bryant <russell@digium.com> from
|
||||
* Russell Bryant <russell@digium.com> from
|
||||
* cdr_mysql_custom by Edward Eastman <ed@dm3.co.uk>,
|
||||
* and cdr_sqlite by Holger Schurig <hs4233@mail.mn-solutions.de>
|
||||
*
|
||||
*
|
||||
*
|
||||
* \arg See also \ref AstCDR
|
||||
*
|
||||
@@ -178,7 +178,7 @@ static int load_config(int reload)
|
||||
ast_config_destroy(cfg);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/* Mapping must have a table name */
|
||||
tmp = ast_variable_retrieve(cfg, "master", "table");
|
||||
if (!ast_strlen_zero(tmp))
|
||||
|
||||
Reference in New Issue
Block a user