Author: sayer
Date: 2010-04-13 17:55:00 +0200 (Tue, 13 Apr 2010)
New Revision: 1781

Modified:
   branches/1.1/apps/annrecorder/AnnRecorder.cpp
Log:
checking for right load. patch by Andrey Samusenko (backport from trunk)

Modified: branches/1.1/apps/annrecorder/AnnRecorder.cpp
===================================================================
--- branches/1.1/apps/annrecorder/AnnRecorder.cpp       2010-04-13 15:54:24 UTC 
(rev 1780)
+++ branches/1.1/apps/annrecorder/AnnRecorder.cpp       2010-04-13 15:55:00 UTC 
(rev 1781)
@@ -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