From: Naveen Albert Date: Thu, 3 Nov 2022 22:01:16 +0000 (+0000) Subject: manager: Update ModuleCheck documentation. X-Git-Tag: 20.1.0-rc1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49cfdbbdff315e5a6bb665bb44a09d881f71b52c;p=thirdparty%2Fasterisk.git manager: Update ModuleCheck documentation. The ModuleCheck XML documentation falsely claims that the module's version number is returned. This has not been the case since 14, since the version number is not available anymore, but the documentation was not changed at the time. It is now updated to reflect this. ASTERISK-30285 #close Change-Id: Idde2d1205a11f2623fa1ddab192faa3dc4081e91 --- diff --git a/main/manager.c b/main/manager.c index 90333a087a..496e5c1c8a 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1109,7 +1109,8 @@ Checks if Asterisk module is loaded. Will return Success/Failure. - For success returns, the module revision number is included. + An empty Version header is also returned (which doesn't contain + the module revision number). ModuleLoad