Skip to content
Snippets Groups Projects
  • Thomas Bellman's avatar
    e16cb376
    Remove leftover assignment of a local variable. · e16cb376
    Thomas Bellman authored
    When we reworked how to do the site configuration some weeks ago, we
    also removed the default setting of the 'errorlogname' and 'tcpport'
    options in dsm.sys.  However, we missed removing the assignment of a
    local variable to those default settings in the tsmclient definition.
    This variable was no longer referenced anywhere, so the leftover
    assignment didn't actually affect anything, but it would of course
    cause readers of the code to wonder what was going on.  Compilation
    of manifests for a node would probably also take a tiny bit longer.
    
    Remove this forgotten variable assignment.
    
    Thanks to Hans Persson for noticing it.
    e16cb376
    History
    Remove leftover assignment of a local variable.
    Thomas Bellman authored
    When we reworked how to do the site configuration some weeks ago, we
    also removed the default setting of the 'errorlogname' and 'tcpport'
    options in dsm.sys.  However, we missed removing the assignment of a
    local variable to those default settings in the tsmclient definition.
    This variable was no longer referenced anywhere, so the leftover
    assignment didn't actually affect anything, but it would of course
    cause readers of the code to wonder what was going on.  Compilation
    of manifests for a node would probably also take a tiny bit longer.
    
    Remove this forgotten variable assignment.
    
    Thanks to Hans Persson for noticing it.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.