I've noticed new routine in spacewalk-setup, sub syscall_retry
(added in [1], related to satellite-httpd -> httpd modification)
containing this if-block:
...
  if ( $localAnswer =~ /^[Ii]/ ) {
      return 1;
      Spacewalk::Setup::loc("Ignoring error and continuing\n");
  }
...
What I wanted to make sure was -- is the order (return first, message
second) intentional?

Thanks
-MZ


[1] 
http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=65f2c22bfd44d37f0eab4dc17947a13fa1d167ce

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to