search for: difffile

Displaying 3 results from an estimated 3 matches for "difffile".

Did you mean: aifffile
2012 Jul 23
1
[PATCH] nsd-patch: fix segfault after renaming slave zone
...if(!force_write && !zone->updated) { > fprintf(stdout, "zone %s had not > changed.\n", zone->opts->name); > continue; > } zone->opts is filled in in difffile.c around line 675: > zone->opts = zone_options_find(opt, domain_dname(zone->apex)); > if(!zone->opts) { > log_msg(LOG_ERR, "xfr: zone %s not in config.", > dname_to_string(zone_name,0)); > return 0; &...
2023 Nov 29
1
NSD 4.8.0rc1 pre-release
...tests. - Fix unit test kill_from_pidfile function for nonexistent files because the argument is evaluated before the test expression. - Fix rr-test to also convert the contents of the just written output file. - Fix test set to remove -f nsd.db and rm nsd.db commands. - Fix test set to remove difffile option. Best regards, Wouter
2010 Oct 12
0
rtpip patch
Hello *, is the rtpip patch still valid for asterisk 1.6 (with some code changes, obviously)? https://issues.asterisk.org/view.php?id=8161 Or, in asterisk 1.6 there is an alternative to using it? This is the difffile I produced for chan_sip.c in asterisk 1.6.2.11 --- chan_sip.c 2010-10-12 13:47:49.000000000 +0200 +++ chan_sip.c.orig 2010-10-12 13:47:27.000000000 +0200 @@ -987,9 +987,6 @@ #define DEFAULT_CALLCOUNTER FALSE #define DEFAULT_SRVLOOKUP TRUE /*!< Recommended setting is ON */ #define DEFAULT_CO...