[Home]

Summary:ASTERISK-06227: [patch] autoservice.c remove unnecessary include, variable, etc.
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-02-01 04:37:55.000-0600Date Closed:2008-01-15 16:47:52.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) autoservice.diff
Description:the attached patch removes an unnecessary include file,
removes an unnecessary variable in ast_autoservice_start(),
localizes some variables, and comments with XXX a dubious
case in ast_autoservice_start() (service already active
is reported as an error, whereas it should probably return 0
to mark that service is active).
Comments:By: Kevin P. Fleming (kpfleming) 2006-02-14 18:38:35.000-0600

Committed to trunk, thanks!

By: Digium Subversion (svnbot) 2008-01-15 16:47:52.000-0600

Repository: asterisk
Revision: 10140

U   trunk/autoservice.c

------------------------------------------------------------------------
r10140 | kpfleming | 2008-01-15 16:47:52 -0600 (Tue, 15 Jan 2008) | 2 lines

various cleanups (issue ASTERISK-6227)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=10140