X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fstatus.c;h=01cda01a1f498f0cf3beb682ed151a54236bfbb0;hb=3a32d4ca77ab91c495b3628b58c3967af7b6ff39;hp=1b13e65cb5d8ba7f9941165dc00f65b1a1e85c70;hpb=6468b79c635570168de53534dcb3a7feec0d5ba7;p=openvswitch diff --git a/ofproto/status.c b/ofproto/status.c index 1b13e65c..01cda01a 100644 --- a/ofproto/status.c +++ b/ofproto/status.c @@ -137,7 +137,7 @@ config_status_cb(struct status_reply *sr, void *ofproto_) datapath_id = ofproto_get_datapath_id(ofproto); if (datapath_id) { - status_reply_put(sr, "datapath-id=%"PRIx64, datapath_id); + status_reply_put(sr, "datapath-id=%016"PRIx64, datapath_id); } svec_init(&listeners);