]> xenbits.xensource.com Git - libvirt.git/commit
Fix typo in variable name
authorGuido Günther <agx@sigxcpu.org>
Wed, 16 Jan 2013 19:55:42 +0000 (20:55 +0100)
committerGuido Günther <agx@sigxcpu.org>
Wed, 16 Jan 2013 19:55:42 +0000 (20:55 +0100)
commit5c1a8251679f3f5ad00dc5811072d9233a3d38e8
treedc8eb6a66068705658a4d138d1da44380b3e8367
parentc1eda064783665b73eb77b36136765aa5c7a35ea
Fix typo in variable name

that broke the build like:

  CC     libvirt_conf_la-domain_conf.lo
  conf/domain_conf.c: In function 'virDomainVcpuPinAdd':
  conf/domain_conf.c:11920:29: error: 'vpcupin' undeclared (first use in this function)
  conf/domain_conf.c:11920:29: note: each undeclared identifier is reported only once for each function it appears in
  make[3]: *** [libvirt_conf_la-domain_conf.lo] Error 1
src/conf/domain_conf.c