]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/tmplout.c
Add reference to ldap.conf(5).
[openldap] / libraries / libldap / tmplout.c
index 1f2254dcda3033776f4d38b25b84f9104a1e50e0..291ec3a785d5e83bec01c8b150d0d824c0fc4d76 100644 (file)
@@ -905,7 +905,7 @@ time2text( char *ldtimestr, int dateonly )
 
     gmttime = gtime( &t );
 
-    timestr = ldap_int_ctime( &gmttime, timebuf );
+    timestr = ldap_pvt_ctime( &gmttime, timebuf );
    
     timestr[ strlen( timestr ) - 1 ] = zone;   /* replace trailing newline */
     if ( dateonly ) {