瀏覽代碼

remove extra printf from gmi.

(Logical change 1.107)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@387 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 21 年之前
父節點
當前提交
454a5af4e8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      exec/gmi.c

+ 0 - 1
exec/gmi.c

@@ -1248,7 +1248,6 @@ static int netif_determine (struct sockaddr_in *bindnet,
 	free (ifc.ifc_buf);
 	close (id_fd);
 	
-printf ("res is %d\n", res);
 	return (res);
 }