use spaces to disambiguate
authorJohn Kohl <jtkohl@mit.edu>
Wed, 13 Feb 1991 17:10:01 +0000 (17:10 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 13 Feb 1991 17:10:01 +0000 (17:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1692 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/replay.c

index 1c7aff352c155fda5e1a5b42e7678a8a5607df76..264d663c60d9ae97ab7c8d0e2b20cf9cba606363 100644 (file)
@@ -72,7 +72,7 @@ register krb5_data **outpkt;
        stale entries while we're here */
 
     if (root_ptr.next) {
-       for (last=&root_ptr, eptr = root_ptr.next;
+       for (last = &root_ptr, eptr = root_ptr.next;
             eptr;
             eptr = eptr->next) {
            if (MATCH(eptr)) {