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
 
@@ -33,13 +33,13 @@
 
#include <sys/stat.h>
 
#include <fcntl.h>
 

	
 
/** 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 */
 
int ssh_keygen(){
 
	/* Checks to see if the keys are already present. */
 
	int status;
0 comments (0 inline, 0 general)