Ignore:
Timestamp:
May 24, 2009, 7:55:48 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/doserr.h

    r206 r224  
    202202#define WERR_SERVICE_ALREADY_RUNNING W_ERROR(1056)
    203203#define WERR_SERVICE_DISABLED W_ERROR(1058)
     204#define WERR_SERVICE_MARKED_FOR_DELETE W_ERROR(1072)
     205#define WERR_SERVICE_EXISTS W_ERROR(1073)
    204206#define WERR_SERVICE_NEVER_STARTED W_ERROR(1077)
     207#define WERR_DUPLICATE_SERVICE_NAME W_ERROR(1078)
    205208#define WERR_NOT_FOUND W_ERROR(1168)
    206209#define WERR_INVALID_COMPUTER_NAME W_ERROR(1210)
Note: See TracChangeset for help on using the changeset viewer.