rpc: Fix name of include guard

The include guard should match the file name and comment.

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
Marc Hartmayer 2018-07-03 13:37:38 +02:00 committed by John Ferlan
parent 6ec39eddf7
commit 648308a287

View File

@ -21,8 +21,8 @@
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
#ifndef __VIR_NET_PROGRAM_H__
# define __VIR_NET_PROGRAM_H__
#ifndef __VIR_NET_SERVER_PROGRAM_H__
# define __VIR_NET_SERVER_PROGRAM_H__
# include "virnetmessage.h"
# include "virnetserverclient.h"