]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/csn.c
ITS#4206: s/ACCRIGHTS/ACCRIGHTSLEN/
[openldap] / libraries / liblutil / csn.c
index d27805d1aef678547e539003722c869bfc8db7c7..4dcfc68079480bece55aafccf20769fc872f4395 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2004 The OpenLDAP Foundation.
+ * Copyright 2000-2005 The OpenLDAP Foundation.
  * Portions Copyright 2000-2003 Kurt D. Zeilenga.
  * All rights reserved.
  *
@@ -67,7 +67,7 @@ lutil_csnstr(char *buf, size_t len, unsigned int replica, unsigned int mod)
                csntime = t;
                csnop = 0;
        }
-       op = ++csnop;
+       op = csnop++;
 
 #ifdef HAVE_GMTIME_R
        ltm = gmtime_r( &t, &ltm_buf );