mirror of https://gitee.com/openkylin/libvirt.git
stream.c: fix a typo
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
4665676761
commit
eff8f77255
|
@ -444,7 +444,7 @@ int daemonAddClientStream(virNetServerClientPtr client,
|
|||
*
|
||||
* Removes a stream from the list of active streams for the client
|
||||
*
|
||||
* Returns 0 if the stream was removd, -1 if it doesn't exist
|
||||
* Returns 0 if the stream was removed, -1 if it doesn't exist
|
||||
*/
|
||||
int
|
||||
daemonRemoveClientStream(virNetServerClientPtr client,
|
||||
|
|
Loading…
Reference in New Issue