Skip to content
Snippets Groups Projects
Commit 58eb1534 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Needs <ldap.h> due to stubs.

parent 5b7567b6
No related branches found
No related tags found
No related merge requests found
/* $OpenLDAP$ */
// nt_main.c
#include "portable.h"
#include <ldap.h>
static void stubs()
{
ldap_add_s(NULL, NULL, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment