浏览代码

Fixed compiler error

Mattias Bornhager 7 年之前
父节点
当前提交
bc37f53199
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/server/ua_subscription.c

+ 1 - 0
src/server/ua_subscription.c

@@ -377,6 +377,7 @@ UA_Subscription_publishCallback(UA_Server *server, UA_Subscription *sub) {
         /* Repeat sending responses right away if there are more notifications
          * to send */
         UA_Subscription_publishCallback(server, sub);
+    }
 }
 
 void