Initialize creds to 0 (No real deficiency exsisted beforehand)
This commit is contained in:
parent
a1ac332032
commit
fdf2597b77
3
Makefile
3
Makefile
@ -1,2 +1,3 @@
|
||||
main:
|
||||
# note that this does not properly handle options
|
||||
probotic:
|
||||
./build.sh
|
||||
|
@ -38,7 +38,7 @@ main(int argc,
|
||||
if (argc != 4)
|
||||
{ ERR(1, "server port channel"); }
|
||||
/* Arguments */
|
||||
creds_t credentials;
|
||||
creds_t credentials = {0};
|
||||
char const * server = argv[1];
|
||||
int const port = atoi(argv[2]);
|
||||
channel = argv[3];
|
||||
|
Reference in New Issue
Block a user