| diff '--color=auto' -wrBu sedutil-1.20.0-with-patches0-4/Common/DtaDevEnterprise.cpp sedutil-1.20.0-with-patches0-5/Common/DtaDevEnterprise.cpp |
| --- sedutil-1.20.0-with-patches0-4/Common/DtaDevEnterprise.cpp 2023-05-23 21:19:48.116445108 +0000 |
| +++ sedutil-1.20.0-with-patches0-5/Common/DtaDevEnterprise.cpp 2023-05-23 21:24:30.068249577 +0000 |
| @@ -1306,7 +1306,6 @@ |
| LOG(E) << "Unable to create session object "; |
| return DTAERROR_OBJECT_CREATE_FAILED; |
| } |
| - session->dontHashPwd(); |
| if (!hasholdpwd) session->dontHashPwd(); |
| if ((lastRC = session->start(OPAL_UID::OPAL_ADMINSP_UID, oldpassword, user)) != 0) { |
| delete session; |