Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

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

    r745 r862  
    240240                {NULL, NULL, 0, NULL, NULL}
    241241        };
     242
     243        if (!sessionid_init_readonly()) {
     244                d_printf("failed to open sessionid.tdb\n");
     245                return -1;
     246        }
     247
    242248        return net_run_function(c, argc, argv, "net status", func);
    243249}
Note: See TracChangeset for help on using the changeset viewer.