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/libsmb/smberr.c

    r414 r745  
    22   Unix SMB/CIFS implementation.
    33   Copyright (C) Andrew Tridgell 1998
    4    
     4
    55   This program is free software; you can redistribute it and/or modify
    66   it under the terms of the GNU General Public License as published by
    77   the Free Software Foundation; either version 3 of the License, or
    88   (at your option) any later version.
    9    
     9
    1010   This program is distributed in the hope that it will be useful,
    1111   but WITHOUT ANY WARRANTY; without even the implied warranty of
    1212   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1313   GNU General Public License for more details.
    14    
     14
    1515   You should have received a copy of the GNU General Public License
    1616   along with this program.  If not, see <http://www.gnu.org/licenses/>.
     
    163163        char *result;
    164164        int i,j;
    165        
     165
    166166        for (i=0;err_classes[i].e_class;i++)
    167167                if (err_classes[i].code == e_class) {
     
    177177                        return result;
    178178                }
    179        
     179
    180180        result = talloc_asprintf(talloc_tos(), "Error: Unknown error class "
    181181                                 "(%d,%d)", e_class,num);
Note: See TracChangeset for help on using the changeset viewer.