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/source3/printing/print_aix.c

    r414 r745  
    2626
    2727#include "includes.h"
     28#include "system/filesys.h"
     29#include "printing/pcap.h"
    2830
    2931#ifdef AIX
     
    8587                                /* probably a good printer ???          */
    8688                                iEtat = 0;
    87                                 if (!pcap_cache_add(name, NULL)) {
     89                                if (!pcap_cache_add(name, NULL, NULL)) {
    8890                                        SAFE_FREE(line);
    8991                                        x_fclose(pfile);
     
    100102                                /* it's a good virtual printer */
    101103                                iEtat = 0;
    102                                 if (!pcap_cache_add(name, NULL)) {
     104                                if (!pcap_cache_add(name, NULL, NULL)) {
    103105                                        SAFE_FREE(line);
    104106                                        x_fclose(pfile);
Note: See TracChangeset for help on using the changeset viewer.