From: Automerge script Date: Tue, 22 Aug 2006 03:00:53 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.11-netsec~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d8d509623d02682ae19fcf821d471a9d22afbc;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@40825 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_random.c b/apps/app_random.c index cab34f31e7..789e04beb4 100644 --- a/apps/app_random.c +++ b/apps/app_random.c @@ -116,9 +116,8 @@ char *description(void) int usecount(void) { - int res; - STANDARD_USECOUNT(res); - return res; + /* Don't allow unload, since rand(3) depends upon this module being here. */ + return 1; } char *key()