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/source4/param/tests/share.c

    r414 r745  
    107107        NTSTATUS status;
    108108
    109         status = share_remove(ctx, "nonexistant");
     109        status = share_remove(ctx, "nonexistent");
    110110
    111111        if (NT_STATUS_EQUAL(status, NT_STATUS_NOT_IMPLEMENTED))
     
    199199struct torture_suite *torture_local_share(TALLOC_CTX *mem_ctx)
    200200{
    201         struct torture_suite *suite = torture_suite_create(mem_ctx, "SHARE");
     201        struct torture_suite *suite = torture_suite_create(mem_ctx, "share");
    202202        struct torture_tcase *tcase;
    203203
Note: See TracChangeset for help on using the changeset viewer.