diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-06-23 14:41:48 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-06-23 14:41:48 +0000 |
commit | 92d2095bb4739e5a60aa279fed6e7d2f610cfc6c (patch) | |
tree | 274820b9c7062e867b60a3e4560135034bc2d01f /src/slave | |
parent | db143ecacf966a580c0fedd21d413019d0ba0c99 (diff) | |
download | krb5-92d2095bb4739e5a60aa279fed6e7d2f610cfc6c.tar.gz krb5-92d2095bb4739e5a60aa279fed6e7d2f610cfc6c.tar.xz krb5-92d2095bb4739e5a60aa279fed6e7d2f610cfc6c.zip |
Separate license and non-license comment in kpropd
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24979 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/slave')
-rw-r--r-- | src/slave/kpropd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/slave/kpropd.c b/src/slave/kpropd.c index d20d86561..1c93a0599 100644 --- a/src/slave/kpropd.c +++ b/src/slave/kpropd.c @@ -48,8 +48,9 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * 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 |