]> git.donarmstrong.com Git - unscd.git/blobdiff - debian/patches/change_invalidate_request_info_output
refresh patches
[unscd.git] / debian / patches / change_invalidate_request_info_output
index b4f98a3a935c49b7cf1efd04ac2ec045735de29e..01b03962ea36950aa19b8a7c3072ff673cf2e3e3 100644 (file)
@@ -4,7 +4,7 @@ Origin: debian
 Bug-Debian: http://bugs.debian.org/622230
 --- a/nscd.c
 +++ b/nscd.c
-@@ -2432,7 +2432,7 @@
+@@ -2437,7 +2437,7 @@
  
        if (!arg) { /* shutdown */
                xfull_write(sock, &ureq, sizeof(ureq));
@@ -13,7 +13,7 @@ Bug-Debian: http://bugs.debian.org/622230
        } else { /* invalidate */
                size_t arg_len = strlen(arg) + 1;
                struct {
-@@ -2444,7 +2444,9 @@
+@@ -2449,7 +2449,9 @@
                reqdata.req.key_len = arg_len;
                memcpy(reqdata.arg, arg, arg_len);
                xfull_write(sock, &reqdata, arg_len + sizeof(ureq));