automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@40825 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Automerge script 19 years ago
parent e51b44628a
commit 65d8d50962

@ -116,9 +116,8 @@ char *description(void)
int usecount(void) int usecount(void)
{ {
int res; /* Don't allow unload, since rand(3) depends upon this module being here. */
STANDARD_USECOUNT(res); return 1;
return res;
} }
char *key() char *key()

Loading…
Cancel
Save