Changeset 740 for vendor/current/examples/pdb
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/pdb/test.c
r414 r740 68 68 **************************************************************************/ 69 69 70 static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const DOM_SID*sid)70 static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const struct dom_sid *sid) 71 71 { 72 72 DEBUG(10, ("testsam_getsampwsid called\n"));
Note:
See TracChangeset
for help on using the changeset viewer.