Use xrealloc instead of if(ptr) ptr = xmalloc().
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 24 May 2009 17:35:51 +0000 (19:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 24 May 2009 17:35:51 +0000 (19:35 +0200)
commit7034338bc36d9ea96d152091b9d58c2afc3f0c20
treefe711786105ea9e8f67e63894a3d21f413d5f6e7
parente012e752f4f1a2b06dfab4640bbbea8f084999ff
Use xrealloc instead of if(ptr) ptr = xmalloc().
src/protocol_auth.c