Changeset 2207

Show
Ignore:
Timestamp:
06/04/08 15:24:08 (6 months ago)
Author:
apatel
Message:

bug fix, local port was getting copied to the remote port section in the fsys file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework-plugin/src/com/tresys/framework/compiler/FSysGenerator.java

    r2199 r2207  
    180180                                        if (remote_info != null) 
    181181                                        { 
    182                                                 int[] ports = local_info.getPorts (); 
     182                                                int[] ports = remote_info.getPorts (); 
    183183                                                if ( ports != null ) 
    184184                                                {