mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8643 - Fix typo
This commit is contained in:
parent
42bc6ed991
commit
45f131616b
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ typedef struct sockbuf Sockbuf;
|
||||||
|
|
||||||
typedef struct sockbuf_io Sockbuf_IO;
|
typedef struct sockbuf_io Sockbuf_IO;
|
||||||
|
|
||||||
/* Structure for LBER IO operarion descriptor */
|
/* Structure for LBER IO operation descriptor */
|
||||||
typedef struct sockbuf_io_desc {
|
typedef struct sockbuf_io_desc {
|
||||||
int sbiod_level;
|
int sbiod_level;
|
||||||
Sockbuf *sbiod_sb;
|
Sockbuf *sbiod_sb;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue