ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src plugin.c,1.9,1.10


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src plugin.c,1.9,1.10
Date: Sun, 23 Mar 2003 07:22:46 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv10312/src

Modified Files:
        plugin.c 
Log Message:
avoid namespace collisions


Index: plugin.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/plugin.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plugin.c    22 Mar 2003 11:48:25 -0000      1.9
+++ plugin.c    23 Mar 2003 12:22:43 -0000      1.10
@@ -152,6 +152,8 @@
 
        eb_debug(DBG_CORE, ">Unloading plugin %s\n", epi->name);
        /* This is a service plugin, special handling required */
+       if (epi->status!=PLUGIN_LOADED)
+               return;
        if(epi->pi.finish) {
                eb_debug(DBG_CORE, "Calling plugins finish function\n");
                error=epi->pi.finish();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]