aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/guest.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-07-18 10:54:49 +0000
committerMartin Willi <martin@strongswan.org>2008-07-18 10:54:49 +0000
commit1082b061218d13e5811d79a48f88b30aff25005a (patch)
tree9d0c1a219d5c894d9c6c899d73779854682f9268 /src/dumm/guest.c
parent12b1c1a1bcd7cea5bf6042af8f5d7a6350a49564 (diff)
downloadstrongswan-1082b061218d13e5811d79a48f88b30aff25005a.tar.bz2
strongswan-1082b061218d13e5811d79a48f88b30aff25005a.tar.xz
fixed compiler warning
Diffstat (limited to 'src/dumm/guest.c')
-rw-r--r--src/dumm/guest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumm/guest.c b/src/dumm/guest.c
index c4cc7f1fe..94ee83d18 100644
--- a/src/dumm/guest.c
+++ b/src/dumm/guest.c
@@ -328,7 +328,7 @@ static bool load_template(private_guest_t *this, char *path)
/**
* Implementation of gues_t.exec
*/
-static int exec(private_guest_t *this, void(*cb)(void*,char*), void *data,
+static int exec(private_guest_t *this, void(*cb)(void*,char*,size_t), void *data,
char *cmd, ...)
{
char buf[1024];