diff options
author | Nicolas Williams <nico@cryptonector.com> | 2012-09-24 18:04:50 -0500 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-10-08 11:38:36 -0400 |
commit | b6bbb7615e2e9078118996876719f67d2abc0867 (patch) | |
tree | f23fecd8fb523e7f0675785460e91eb6c0d9a9bc | |
parent | f26cad9488966e1f58ae824cadad65e4f7035ae2 (diff) | |
download | krb5-b6bbb7615e2e9078118996876719f67d2abc0867.tar.gz krb5-b6bbb7615e2e9078118996876719f67d2abc0867.tar.xz krb5-b6bbb7615e2e9078118996876719f67d2abc0867.zip |
Remove an old, incorrect comment in kpropd.c
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).
-rw-r--r-- | src/slave/kpropd.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/slave/kpropd.c b/src/slave/kpropd.c index 770ade40f..83af0f82b 100644 --- a/src/slave/kpropd.c +++ b/src/slave/kpropd.c @@ -50,15 +50,6 @@ * 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> |