VeritasOS / netbackup-api-code-samples

Contains code samples that demonstrate the use of NetBackup REST API
MIT License
53 stars 52 forks source link

Changed SecurityProtocol assignment from "+=" to Bitwise OR #57

Closed kenogden closed 4 years ago

kenogden commented 4 years ago

The append / addition operator is not working in PS 4.0. The bitwise OR assignment method should be compatible with more PS versions.