]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
cleanup: remove C++ comments
authorAlon Bar-Lev <alon.barlev@gmail.com>
Sat, 7 Apr 2012 17:42:27 +0000 (20:42 +0300)
committerDavid Sommerseth <davids@redhat.com>
Thu, 26 Apr 2012 18:31:30 +0000 (20:31 +0200)
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Acked-by: Fabian Knittel <fabian.knittel@lettink.de>
Signed-off-by: David Sommerseth <davids@redhat.com>
src/openvpnserv/openvpnserv.c

index a9a9441eed5fb2636dcea34f70ddf5fe06e03675..56f5a0250f7779ed9e4130b6509cd57489080a4a 100755 (executable)
@@ -87,9 +87,9 @@ static HANDLE exit_event = NULL;
 /*
  * Message handling
  */
-#define M_INFO    (0)                                  // informational
-#define M_SYSERR  (MSG_FLAGS_ERROR|MSG_FLAGS_SYS_CODE) // error + system code
-#define M_ERR     (MSG_FLAGS_ERROR)                    // error
+#define M_INFO    (0)                                  /* informational */
+#define M_SYSERR  (MSG_FLAGS_ERROR|MSG_FLAGS_SYS_CODE) /* error + system code */
+#define M_ERR     (MSG_FLAGS_ERROR)                    /* error */
 
 /* write error to event log */
 #define MSG(flags, ...) \