Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/utils/net_dns.c

    r414 r745  
    1 
    21/*
    32   Samba Unix/Linux Dynamic DNS Update
     
    1110   the Free Software Foundation; either version 3 of the License, or
    1211   (at your option) any later version.
    13    
     12
    1413   This program is distributed in the hope that it will be useful,
    1514   but WITHOUT ANY WARRANTY; without even the implied warranty of
    1615   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1716   GNU General Public License for more details.
    18    
     17
    1918   You should have received a copy of the GNU General Public License
    2019   along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     
    2322#include "includes.h"
    2423#include "utils/net.h"
    25 #include "dns.h"
     24#include "../lib/addns/dns.h"
    2625
    2726#if defined(WITH_DNS_UPDATES)
    28 
    2927/*
    3028 * Silly prototype to get rid of a warning
     
    5654                return ERROR_DNS_NO_MEMORY;
    5755        }
    58                
     56
    5957        err = dns_open_connection( pszServerName, DNS_TCP, mem_ctx, &conn );
    6058        if (!ERR_DNS_IS_OK(err)) {
     
    115113                                                     DNS_SRV_WIN2000 );
    116114                }
    117                
     115
    118116                if (!ERR_DNS_IS_OK(err))
    119117                        goto error;
    120                
    121118
    122119                err = dns_sign_update(req, gss_context, keyname,
Note: See TracChangeset for help on using the changeset viewer.