* support/nfs/exports.c (parsesquash): Correctly set the
	return pointer.
+2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
+
+       * support/nfs/exports.c (parsesquash): Correctly set the
+       return pointer.
+
 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
 
        * support/include/nfs/nfs.h: Removed knowledge of internals of
 
        * support/nfs/rpcmisc.c (rpc_init): Share transports.
 
-Mon Mar 13 18:31:33 2000 H.J. Lu <hjl@lucon.org>
+2000-03-13 H.J. Lu <hjl@lucon.org>
 
        * etc/redhat/nfsd.init: Updated.
 
 
                cp++;
        } while(1);
 
-       if (*cp == ',') *ep = cp+1;
-       
+       if (**ep == ',') (*ep)++;
+
        *lenp = len;
        *idp = id;
        return 1;