dpif-linux: Remove poll_fd_woke() optimization from dpif_linux_recv().
[openvswitch] / lib / bundle.c
index ac0badef631e622f9e656073d902ce082a510f45..af1be63031857c163e538642aed7489ab7960eb3 100644 (file)
@@ -214,7 +214,7 @@ bundle_parse__(struct ofpbuf *b, const char *s, char **save_ptr,
         ovs_be16 slave_be;
         char *slave;
 
-        slave = strtok_r(NULL, ", ", save_ptr);
+        slave = strtok_r(NULL, ", [", save_ptr);
         if (!slave || n_slaves >= BUNDLE_MAX_SLAVES) {
             break;
         }