]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/modify.c
Merge remote branch 'origin/mdb.master'
[openldap] / servers / slapd / back-perl / modify.c
index 1dad3404bc1e221b103553d9659f490a99c4593a..d05f71dec0b0b4e4cc589db1fbcdd351b1c5e96c 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1999-2007 The OpenLDAP Foundation.
+ * Copyright 1999-2012 The OpenLDAP Foundation.
  * Portions Copyright 1999 John C. Quillan.
  * Portions Copyright 2002 myinternet Limited.
  * All rights reserved.
@@ -27,10 +27,7 @@ perl_back_modify(
        int count;
        int i;
 
-#if defined(HAVE_WIN32_ASPERL) || defined(USE_ITHREADS)
        PERL_SET_CONTEXT( PERL_INTERPRETER );
-#endif
-
        ldap_pvt_thread_mutex_lock( &perl_interpreter_mutex );  
 
        {
@@ -75,11 +72,7 @@ perl_back_modify(
 
                PUTBACK;
 
-#ifdef PERL_IS_5_6
                count = call_method("modify", G_SCALAR);
-#else
-               count = perl_call_method("modify", G_SCALAR);
-#endif
 
                SPAGAIN;