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