Handle failing rs_context_create().
[libradsec.git] / tcp.c
diff --git a/tcp.c b/tcp.c
index c04309d..8d55941 100644 (file)
--- a/tcp.c
+++ b/tcp.c
@@ -372,3 +372,7 @@ const struct protodefs *tcpinit(uint8_t h) {
     return NULL;
 }
 #endif
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */