pidl: Make the compilation of PIDL producing the same results if the content hasn...
[kai/samba-autobuild/.git] / pidl / lib / Parse / Pidl / Samba3 / ClientNDR.pm
index 8142b3569991ca84403e0605cfdcbc7dca6f8b0c..aa913f192eb1c802dfaeefd57a929b5cf676d844 100644 (file)
@@ -59,7 +59,7 @@ sub HeaderProperties($$)
        my($props,$ignores) = @_;
        my $ret = "";
 
-       foreach my $d (keys %{$props}) {
+       foreach my $d (sort(keys %{$props})) {
                next if (grep(/^$d$/, @$ignores));
                if($props->{$d} ne "1") {
                        $ret.= "$d($props->{$d}),";