mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Silence "unused static function" warning
This commit is contained in:
parent
d449c9d08b
commit
3fd6f18d25
@ -423,6 +423,7 @@ getchangetype(
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* Find the first line which is not a "replica:" line in buf.
|
* Find the first line which is not a "replica:" line in buf.
|
||||||
* Returns a pointer to the line. Returns NULL if there are
|
* Returns a pointer to the line. Returns NULL if there are
|
||||||
@ -448,6 +449,7 @@ skip_replica_lines(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user