/* modify.c - DNS SRV backend modify function */ /* $OpenLDAP$ */ /* * Copyright 2000 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ #include "portable.h" #include #include #include #include "slap.h" #include "back-dnssrv.h" int dnssrv_back_modify( Backend *be, Connection *conn, Operation *op, const char *dn, const char *ndn, Modifications *ml ) { return dnssrv_back_request( be, conn, op, dn, ndn, 0, NULL, NULL, 0 ); }