apply new 'isNumber()' API
[util-vserver.git] / util-vserver / src / vserver-info.c
index ea62b55..0895020 100644 (file)
@@ -492,7 +492,7 @@ execQuery(char const *vserver, VserverTag tag, int argc, char *argv[])
       signed long              xid;    // type is a small hack, but should be ok...
       struct vc_vx_info                info;
        
-      if (isNumber(vserver, &xid) && xid>=0)
+      if (isNumber(vserver, &xid, true) && xid>=0)
        res = (vc_get_vx_info(xid, &info)==-1) ? 0 : "1";
       else
        res = (vc_getVserverCtx(vserver, vcCFG_AUTO, false, 0)==VC_NOCTX) ? 0 : "1";