X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fconfig.h;h=932aba33e211d0e949a0790c020f1fb882d4d9b7;hb=a9f13553a7dc4b618d3521c938a216c0bc64822d;hp=ed8b0fd8009be4979ce3274801bdca36855284d3;hpb=e456f7f254bdd0115841bdb961322cc94fa366c2;p=openldap diff --git a/servers/slapd/config.h b/servers/slapd/config.h index ed8b0fd800..932aba33e2 100644 --- a/servers/slapd/config.h +++ b/servers/slapd/config.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2013 The OpenLDAP Foundation. + * Copyright 1998-2014 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -144,7 +144,7 @@ typedef struct config_args_s { int v_int; unsigned v_uint; long v_long; - unsigned long v_ulong; + size_t v_ulong; ber_len_t v_ber_t; char *v_string; struct berval v_bv;