]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove an old, incorrect comment in kpropd.c
authorNicolas Williams <nico@cryptonector.com>
Mon, 24 Sep 2012 23:04:50 +0000 (18:04 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 8 Oct 2012 15:38:36 +0000 (11:38 -0400)
We absolutely do not want a parking brake on the kprop protocol as
described in the comment being removed.  Instead the kprop command
should be fixed so it doesn't die on error (assuming it even still does
or ever did, neither of which I've checked).

src/slave/kpropd.c

index 770ade40f6067a39dbd62a31503a1e9a67e16842..83af0f82b05983d011137fe076e8d57c20e9bed4 100644 (file)
  * or implied warranty.
  */
 
-/*
- * XXX We need to modify the protocol so that an acknowledge is set
- * after each block, instead after the entire series is sent over.
- * The reason for this is so that error packets can get interpreted
- * right away.  If you don't do this, the sender may never get the
- * error packet, because it will die an EPIPE trying to complete the
- * write...
- */
-
 
 #include <locale.h>
 #include <stdio.h>