]> git.proxmox.com Git - mirror_frr.git/blobdiff - pceplib/pcep_socket_comm_loop.c
Merge pull request #12741 from thesamesam/missing-time
[mirror_frr.git] / pceplib / pcep_socket_comm_loop.c
index d58409c4f3a23294bcd317f097bab292b2cb72b7..ed8037d074e10c87153ca3771f532d697d32642c 100644 (file)
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <errno.h>
 #include <stdbool.h>
 #include <stddef.h>
@@ -350,7 +354,7 @@ void handle_writes(pcep_socket_comm_handle *socket_comm_handle)
                if (comm_session->close_after_write == true) {
                        if (comm_session->message_queue->num_entries == 0) {
                                /* TODO check to make sure modifying the
-                                * write_list while iterating it doesnt cause
+                                * write_list while iterating it doesn't cause
                                 * problems. */
                                pcep_log(
                                        LOG_DEBUG,