X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fchange_invalidate_request_info_output;h=01b03962ea36950aa19b8a7c3072ff673cf2e3e3;hb=6fee26fe9f9c1d83acc69fe6d70268487d0dddd9;hp=d5dfb178ea927c459eb912ef34acb822d13ff7c4;hpb=4694eda1c6441fc81833448933381d0306febb51;p=unscd.git diff --git a/debian/patches/change_invalidate_request_info_output b/debian/patches/change_invalidate_request_info_output index d5dfb17..01b0396 100644 --- a/debian/patches/change_invalidate_request_info_output +++ b/debian/patches/change_invalidate_request_info_output @@ -1,10 +1,10 @@ From: Don Armstrong 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));