Author: sayer
Date: 2010-04-13 17:53:29 +0200 (Tue, 13 Apr 2010)
New Revision: 1779

Modified:
   trunk/apps/annrecorder/AnnRecorder.cpp
Log:
checking for right load. patch by Andrey Samusenko

Modified: trunk/apps/annrecorder/AnnRecorder.cpp
===================================================================
--- trunk/apps/annrecorder/AnnRecorder.cpp      2010-04-09 12:19:28 UTC (rev 
1778)
+++ trunk/apps/annrecorder/AnnRecorder.cpp      2010-04-13 15:53:29 UTC (rev 
1779)
@@ -110,8 +110,8 @@
     return -1;
   }
 
-  message_storage_fact= AmPlugIn::instance()->getFactory4Di("msg_storage");
-  if(!user_timer_fact) {
+  message_storage_fact = AmPlugIn::instance()->getFactory4Di("msg_storage");
+  if(!message_storage_fact) {
     ERROR("sorry, could not get msg_storage, please load a suitable 
plug-in\n");
     return -1;
   }

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to