From: Marc Hartmayer Date: Tue, 3 Jul 2018 11:37:38 +0000 (+0200) Subject: rpc: Fix name of include guard X-Git-Tag: v4.6.0-rc1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=648308a2879ac6ebfa999aea6a6bd5584a00d63b;p=thirdparty%2Flibvirt.git rpc: Fix name of include guard The include guard should match the file name and comment. Signed-off-by: Marc Hartmayer Reviewed-by: Boris Fiuczynski Reviewed-by: John Ferlan --- diff --git a/src/rpc/virnetserverprogram.h b/src/rpc/virnetserverprogram.h index c2a5635c95..03784478de 100644 --- a/src/rpc/virnetserverprogram.h +++ b/src/rpc/virnetserverprogram.h @@ -21,8 +21,8 @@ * Author: Daniel P. Berrange */ -#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"