Changeset - d936dbff3f85
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-08-01 18:28:23

Stub returns NULL
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -36,7 +36,7 @@
 
/** Converts an integer to a string, currently a stub. */
 
char *int_to_str(int nbr)
 
{
 
 return;
 
 return(NULL);
 
}
 

	
 
/** Generates a SSH key with ssh-keygen */
0 comments (0 inline, 0 general)