projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e1701
)
*** empty log message ***
author
Ivo Timmermans
<ivo@lychnis.net>
Tue, 16 Apr 2002 17:20:46 +0000
(17:20 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Tue, 16 Apr 2002 17:20:46 +0000
(17:20 +0000)
lib/hooks.c
patch
|
blob
|
history
diff --git
a/lib/hooks.c
b/lib/hooks.c
index 121df2d3e52fc4f95661deb9700057b801a4fc9a..6806eb72d27f0b9c1f6eec0dd6f689a089b3f34a 100644
(file)
--- a/
lib/hooks.c
+++ b/
lib/hooks.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: hooks.c,v 1.1.2.
1 2002/04/16 17:00:02
zarq Exp $
+ $Id: hooks.c,v 1.1.2.
2 2002/04/16 17:20:46
zarq Exp $
*/
#include "config.h"
@@
-56,7
+56,7
@@
void run_hooks(const char *type, ...)
if(!t)
return;
- va_start(args,
fmt
);
+ va_start(args,
type
);
for(avlnode = t->head; avlnode; avlnode = avlnode->next)
{
assert(avlnode->data);