]> 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 d5dfb178ea927c459eb912ef34acb822d13ff7c4..01b03962ea36950aa19b8a7c3072ff673cf2e3e3 100644 (file)
@@ -1,10 +1,10 @@
 From: Don Armstrong <don@debian.org>
 Subject: Silence cache invalidation requests unless in debug mode
-Origin: debian, http://websvn.donarmstrong.com/filedetails.php?repname=deb_pkgs&path=%2Funscd%2Ftrunk%2Fdebian%2Fpatches%2Fsilence_cache_invalidation
+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));