Quellcode durchsuchen

Fixed compiler error

Mattias Bornhager vor 7 Jahren
Ursprung
Commit
bc37f53199
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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