README.Coding: initialize pointers
authorRalph Boehme <slow@samba.org>
Tue, 20 Oct 2015 10:01:22 +0000 (12:01 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 20 Oct 2015 18:22:22 +0000 (20:22 +0200)
commit6c81ecc795d729fc049d42b4df6deff520edd81a
tree133b5c0724986f0511a7d2f28e564207b0e0aaf7
parent1dba49859348d01558d434bfa65734ff532b09c9
README.Coding: initialize pointers

Pointers must be initialized to NULL.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
README.Coding