mirror of
				https://github.com/samba-team/samba.git
				synced 2025-10-30 08:23:49 +03:00 
			
		
		
		
	r14079: I just found the setproctitle library from alt linux:-)
- add set_title hook to the process models - use setproctitle library in process_model standard if available - the the title for the task servers and on connections metze
This commit is contained in:
		
				
					committed by
					
						 Gerald (Jerry) Carter
						Gerald (Jerry) Carter
					
				
			
			
				
	
			
			
			
						parent
						
							a465126e15
						
					
				
				
					commit
					526f20bbec
				
			| @@ -154,7 +154,7 @@ static void smbsrv_accept(struct stream_connection *conn) | ||||
| } | ||||
|  | ||||
| static const struct stream_server_ops smb_stream_ops = { | ||||
| 	.name			= "smb", | ||||
| 	.name			= "smbsrv", | ||||
| 	.accept_connection	= smbsrv_accept, | ||||
| 	.recv_handler		= smbsrv_recv, | ||||
| 	.send_handler		= smbsrv_send, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user