[svn-commits] oej: trunk r229871 - /trunk/main/loader.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 13 04:53:17 CST 2009


Author: oej
Date: Fri Nov 13 04:53:14 2009
New Revision: 229871

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=229871
Log:
Fixing trunk in a way so that it compiles again.

Thanks, Philippe :-)

Modified:
    trunk/main/loader.c

Modified: trunk/main/loader.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/loader.c?view=diff&rev=229871&r1=229870&r2=229871
==============================================================================
--- trunk/main/loader.c (original)
+++ trunk/main/loader.c Fri Nov 13 04:53:14 2009
@@ -853,8 +853,7 @@
 		if (!resource_name_match(order->resource, resource)) {
 			/* Make sure we have the proper setting for the required field 
 			   (we might have both load= and required= lines in modules.conf) */
-				order->required |= required;
-			}
+			order->required |= required;
 			return NULL;
 		}
 	}




More information about the svn-commits mailing list