status = smb2_create_blob_add(in_cblobs, in_cblobs,
SMB2_CREATE_TAG_POSIX, blob);
if (tevent_req_nterror(req, status)) {
- tevent_req_nterror(req, status);
return tevent_req_post(req, ev);
}
}
* replied.
* BUG: https://bugzilla.samba.org/show_bug.cgi?id=13218
*/
- if (smbXcli_conn_protocol(cli->conn) >=
- PROTOCOL_SMB2_02) {
- if (NT_STATUS_EQUAL(status,
- NT_STATUS_USER_SESSION_DELETED)) {
+ if (smbXcli_conn_protocol(cli->conn) >= PROTOCOL_SMB2_02) {
+ if (NT_STATUS_EQUAL(status, NT_STATUS_USER_SESSION_DELETED)) {
ok = true;
}
}
* replied.
* BUG: https://bugzilla.samba.org/show_bug.cgi?id=13007
*/
- if (NT_STATUS_EQUAL(status,
- NT_STATUS_INVALID_PARAMETER)) {
+ if (NT_STATUS_EQUAL(status, NT_STATUS_INVALID_PARAMETER)) {
ok = true;
}
if (!ok) {