Changeset 745 for trunk/server/source3/printing/print_svid.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/printing/print_svid.c
r414 r745 33 33 34 34 #include "includes.h" 35 #include "printing/pcap.h" 35 36 36 37 #if defined(SYSV) || defined(HPUX) … … 111 112 112 113 /* add it to the cache */ 113 if (!pcap_cache_add(name, NULL )) {114 if (!pcap_cache_add(name, NULL, NULL)) { 114 115 TALLOC_FREE(lines); 115 116 return False;
Note:
See TracChangeset
for help on using the changeset viewer.