]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
type fixup
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Jan 2009 14:30:43 +0000 (14:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Jan 2009 14:30:43 +0000 (14:30 +0000)
git-svn-id: file:///svn/unbound/trunk@1416 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/remote.c
doc/Changelog

index a811e716801bcffe3133ef9c8d22236da74c7035..b255b96eb597be58b38501d96bf4d6141e62e7c9 100644 (file)
@@ -1300,7 +1300,7 @@ daemon_remote_exec(struct worker* worker)
 {
        /* read the cmd string */
        uint8_t* msg = NULL;
-       size_t len = 0;
+       uint32_t len = 0;
        if(!tube_read_msg(worker->cmd, &msg, &len, 0)) {
                log_err("daemon_remote_exec: tube_read_msg failed");
                return;
index d93011a83ba66d168100d633b8170d4ee73b8636..25ad8f7b3865e1bd2542d15831a5ab23320a8482 100644 (file)
@@ -3,6 +3,7 @@
        - feature to allow wildcards (*, ?, [], {}. ~) in trusted-keys-file
          statements. (Adapted from patch by Paul Wouters).
        - typo fix and iana portlist updated.
+       - porting testsuite; unused var warning, and type fixup.
 
 6 January 2009: Wouter
        - fixup packet-of-death when compiled with --enable-debug.