Skip to content
Snippets Groups Projects
Commit 69f0c012 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmena popisu odregistrace klienta

parent 59c16480
No related branches found
No related tags found
No related merge requests found
......@@ -316,8 +316,8 @@ G. Registration of Clients
3. Unregister Client
In the Warden system, already registered clients can be removed
(unregistered) via unregisterClient.pl.
In the Warden system, already registered clients can be unregistered
via unregisterClient.pl.
Following attribute must be provided in order to unregister existing client
successfully:
......@@ -326,9 +326,9 @@ G. Registration of Clients
One can run unregisterClient.pl with -h argument to see a help.
The process of unregistration deletes this client from clients table in DB.
But all messages stored by this client (considering "sender" client) are not
deleted, they are merely set 'invalid' in DB table events.
The process of unregistration set client (specified by client_id) like 'invalid'
in DB table clients and all messages stored by this client (considering "sender"
client) are not deleted, they are merely set 'invalid' in DB table events too.
--------------------------------------------------------------------------------
H. Status Info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment