/[smecontribs]/rpms/smeserver-ddclient/contribs8/smeserver-ddclient-1.0.0_deprecated_defined_and_prototypes_mismatch.patch
ViewVC logotype

Contents of /rpms/smeserver-ddclient/contribs8/smeserver-ddclient-1.0.0_deprecated_defined_and_prototypes_mismatch.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 10 20:06:32 2014 UTC (9 years, 11 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-ddclient-1_0_2-1_el5_sme, smeserver-ddclient-1_0_2-2_el5_sme, smeserver-ddclient-1_0_0-32_el5_sme, smeserver-ddclient-1_0_2-5_el5_sme, smeserver-ddclient-1_0_2-3_el5_sme, smeserver-ddclient-1_0_2-4_el5_sme, HEAD
%changelog
* Tue Jun 10 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-31.sme
- defined <%hash> deprecated
- prototype mismatch $$$ vs $$ genserver
- [sme:8414]

1 diff -Nur smeserver-ddclient-1.0.0.old/root/etc/e-smith/web/functions/ddclient smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient
2 --- smeserver-ddclient-1.0.0.old/root/etc/e-smith/web/functions/ddclient 2014-06-10 13:08:02.651389982 +0200
3 +++ smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient 2014-06-10 13:09:05.532316093 +0200
4 @@ -49,7 +49,7 @@
5 sub performModifyDomain ($);
6 sub deleteDomain ($);
7 sub performDeleteDomain ($);
8 -sub genServer ($$$);
9 +sub genServer ($$);
10
11 BEGIN
12 {
13 @@ -69,7 +69,7 @@
14
15 my $conf = esmith::ConfigDB->open() or die "Unable to open configuration db";
16 tie my %conf, 'esmith::config', '/home/e-smith/db/configuration';
17 -if ( not defined %conf) {
18 +if ( ! %conf) {
19 tie %conf, 'esmith::config', '/home/e-smith/configuration';
20 }
21

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed