ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/modules.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/modules.c (file contents):
Revision 6318 by michael, Wed Aug 5 16:04:43 2015 UTC vs.
Revision 6553 by michael, Sat Oct 3 16:56:22 2015 UTC

# Line 189 | Line 189 | modules_init(void)
189    {
190      ilog(LOG_TYPE_IRCD, "Couldn't initialize the libltdl run time dynamic"
191           " link library. Exiting.");
192 <    exit(0);
192 >    exit(EXIT_FAILURE);
193    }
194   }
195  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)