Changeset 938 for branches/client-3.0/src
- Timestamp:
- Jul 26, 2016, 12:02:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/smbwrp.c
r937 r938 712 712 try to do a QPATHINFO and if that fails then do a getatr 713 713 this is needed because win95 sometimes refuses the qpathinfo 714 loosely based on SMBC_getatr() from source3/libsmb/libsmb_file.c 714 715 *******************************************************/ 715 716 int _System smbwrp_getattr(smbwrp_server *srv, cli_state * cli, smbwrp_fileinfo *finfo) … … 881 882 } 882 883 883 static NTSTATUSsmbwrp_printjob_add(struct print_job_info *job, void * state)884 static void smbwrp_printjob_add(struct print_job_info *job, void * state) 884 885 { 885 886 smbwrp_fileinfo finfo = {0};
Note:
See TracChangeset
for help on using the changeset viewer.