Ignore:
Timestamp:
Jul 26, 2016, 12:02:53 PM (9 years ago)
Author:
Paul Smedley
Message:

Correct previous checking that changed type of smbwrp_printjob_add from void to NTSTATUS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-3.0/src/smbwrp.c

    r937 r938  
    712712try to do a QPATHINFO and if that fails then do a getatr
    713713this is needed because win95 sometimes refuses the qpathinfo
     714loosely based on SMBC_getatr() from source3/libsmb/libsmb_file.c
    714715*******************************************************/
    715716int _System smbwrp_getattr(smbwrp_server *srv, cli_state * cli, smbwrp_fileinfo *finfo)
     
    881882}
    882883
    883 static NTSTATUS smbwrp_printjob_add(struct print_job_info *job, void * state)
     884static void smbwrp_printjob_add(struct print_job_info *job, void * state)
    884885{
    885886        smbwrp_fileinfo finfo = {0};
Note: See TracChangeset for help on using the changeset viewer.