Explorar o código

Fixed compiler error

Mattias Bornhager %!s(int64=7) %!d(string=hai) anos
pai
achega
bc37f53199
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
         /* Repeat sending responses right away if there are more notifications
          * to send */
          * to send */
         UA_Subscription_publishCallback(server, sub);
         UA_Subscription_publishCallback(server, sub);
+    }
 }
 }
 
 
 void
 void