Changeset 745 for trunk/server/source3/libsmb/smberr.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/libsmb/smberr.c
r414 r745 2 2 Unix SMB/CIFS implementation. 3 3 Copyright (C) Andrew Tridgell 1998 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 6 it under the terms of the GNU General Public License as published by 7 7 the Free Software Foundation; either version 3 of the License, or 8 8 (at your option) any later version. 9 9 10 10 This program is distributed in the hope that it will be useful, 11 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 13 GNU General Public License for more details. 14 14 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program. If not, see <http://www.gnu.org/licenses/>. … … 163 163 char *result; 164 164 int i,j; 165 165 166 166 for (i=0;err_classes[i].e_class;i++) 167 167 if (err_classes[i].code == e_class) { … … 177 177 return result; 178 178 } 179 179 180 180 result = talloc_asprintf(talloc_tos(), "Error: Unknown error class " 181 181 "(%d,%d)", e_class,num);
Note:
See TracChangeset
for help on using the changeset viewer.