mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
More 'static' qualifiers on module global variables.
The 'pglobal' tool is quite handy indeed :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3876,7 +3876,7 @@ AST_APP_OPTIONS(dundi_query_opts, BEGIN_OPTIONS
|
||||
AST_APP_OPTION('b', OPT_BYPASS_CACHE),
|
||||
END_OPTIONS );
|
||||
|
||||
unsigned int dundi_result_id;
|
||||
static unsigned int dundi_result_id;
|
||||
|
||||
struct dundi_result_datastore {
|
||||
struct dundi_result results[MAX_RESULTS];
|
||||
|
Reference in New Issue
Block a user