svn commit: samba r5448 - in branches/SAMBA_4_0/source/build/pidl: .

tridge at samba.org tridge at samba.org
Fri Feb 18 21:10:32 GMT 2005


Author: tridge
Date: 2005-02-18 21:10:31 +0000 (Fri, 18 Feb 2005)
New Revision: 5448

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5448

Log:
another portability fix for solaris

Modified:
   branches/SAMBA_4_0/source/build/pidl/ndr.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/ndr.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/ndr.pm	2005-02-18 20:02:32 UTC (rev 5447)
+++ branches/SAMBA_4_0/source/build/pidl/ndr.pm	2005-02-18 21:10:31 UTC (rev 5448)
@@ -1628,7 +1628,7 @@
 
 	return unless needed::is_needed("ndr_size_$t->{NAME}");
 
-	$typefamily{$t->{DATA}->{TYPE}}->{SIZE_FN}($t);
+	$typefamily{$t->{DATA}->{TYPE}}->{SIZE_FN}->($t);
 }
 
 #####################################################################



More information about the samba-cvs mailing list