Example code: Don't create rs_error on failing context creation.
[radsecproxy.git] / udp.c
diff --git a/udp.c b/udp.c
index ce57494..4740fd0 100644 (file)
--- a/udp.c
+++ b/udp.c
@@ -366,3 +366,7 @@ const struct protodefs *udpinit(uint8_t h) {
     return NULL;
 }
 #endif
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */