]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sasl.c
Add pointer to an existing document since the netscape.com URLs are dead.
[openldap] / servers / slapd / sasl.c
index 25bde088eadcdbcc8ee94cbccd4ce4b671ac37ec..0cd5afca9a5e419dc76c6e94903eeacfcfc6b18f 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2006 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -1138,10 +1138,6 @@ int slap_sasl_open( Connection *conn, int reopen )
 
        conn->c_sasl_layers = 0;
 
-       if( global_host == NULL ) {
-               global_host = ldap_pvt_get_fqdn( NULL );
-       }
-
        /* create new SASL context */
 #if SASL_VERSION_MAJOR >= 2
        if ( conn->c_sock_name.bv_len != 0 &&