]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed typo in plugin.h
authorStefan Hellermann <stefan@the2masters.de>
Mon, 28 Feb 2011 15:53:26 +0000 (16:53 +0100)
committerDavid Sommerseth <davids@redhat.com>
Fri, 25 Mar 2011 08:38:48 +0000 (09:38 +0100)
A additional ';' had sneaked in commit 4c4b8cedfa98e8892a53.  Lets
kick it out again.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
plugin.h

index 9d48651d205f25169597ad21de5aaca8842132de..d6ff08dff210af868049090c1864195d08a03d1b 100644 (file)
--- a/plugin.h
+++ b/plugin.h
@@ -176,7 +176,7 @@ plugin_call (const struct plugin_list *pl,
             struct plugin_return *pr,
             struct env_set *es,
             int current_cert_depth,
-            X509 *current_cert);
+            X509 *current_cert)
 {
   return 0;
 }